Home
last modified time | relevance | path

Searched refs:show_x_height (Results 1 – 6 of 6) sorted by relevance

/dports/x11-fonts/gbdfed/gbdfed-1.6/
H A Dglyphedit.h80 gboolean show_x_height; member
181 gboolean show_x_height,
H A Dgbdfed.h32 gboolean show_x_height; member
H A Dguipref.c68 tmp_opts.show_x_height = val; in pref_toggle()
911 guigedit_show_x_height(tmp_opts.show_x_height); in pref_apply_changes()
988 if (options.show_x_height) in pref_save()
H A Dglyphedit.c190 g_value_set_boolean(value, gw->show_x_height); in glyphedit_get_property()
531 if (gw->show_x_height == TRUE) in glyphedit_draw_font_bbx()
964 gboolean show_x_height, gboolean show_cap_height, in glyphedit_newv() argument
970 "showXHeight", show_x_height, in glyphedit_newv()
1251 gw->show_x_height = show; in glyphedit_set_show_x_height()
H A Dgbdfed.c2229 op->show_x_height = FALSE; in handle_unknown_options()
2232 op->show_x_height = TRUE; in handle_unknown_options()
2270 options.show_cap_height = options.show_x_height = in editor_setup()
H A Dguigedit.c1997 ge->gedit = glyphedit_newv(grid, options.pixel_size, options.show_x_height, in _guigedit_build_editor()