Home
last modified time | relevance | path

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

/dports/print/fontforge/fontforge-20201107/fontforgeexe/
H A Dmetricsview.c70 static Color selglyphcol = 0x909090; variable
211 { "SelectedGlyphColor", rt_color, &selglyphcol, NULL, 0 }, in MVColInit()
302 clut.clut[1] = selglyphcol; in MVSubVExpose()
313 fg = ( mv->perchar[i].selected ) ? selglyphcol : 0x000000; in MVSubVExpose()
422 clut.clut[1] = selglyphcol; in MVSubExpose()
435 fg = ( mv->perchar[i].selected ) ? selglyphcol : 0x000000; in MVSubExpose()
5467 …{N_("Selected Glyph Col"), "SelectedGlyphColor", rt_color, &selglyphcol, N_("Color used to mark th…