Home
last modified time | relevance | path

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

/dports/print/fontforge/fontforge-20201107/fontforgeexe/
H A Dcharview.c183 static Color vflexhintcol = 0x00ff00; variable
254 { N_("VFlex Hint Color"), "VFlexHintColor", rt_color, &vflexhintcol, NULL, NULL, { 0 }, 0, 0 },
422 vflexhintcol = GResourceFindColor("CharView.VFlexHintColor",0x00ff00); in CVColInit()
1151 MaybeMaskColorToAlphaChannelOverride( sp->flexx ? hflexhintcol : vflexhintcol, in DrawPoint()
2200 GDrawDrawLine(pixmap,x,y,x,end,vflexhintcol); in CVShowHints()