Home
last modified time | relevance | path

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

/dports/print/fontforge/fontforge-20201107/fontforgeexe/
H A Dcharview.c186 static Color vhintactivecol = 0x0000ff; variable
257 …{ N_("VHint Active Color"), "VHintActiveColor", rt_color, &vhintactivecol, N_("The color used to d…
425 vhintactivecol = GResourceFindColor("CharView.VHintActiveColor",0x0000ff); in CVColInit()
2133 col = hint->active ? vhintactivecol : vhintcol; in CVShowHints()