Home
last modified time | relevance | path

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

/dports/math/giacxcas/fltk-1.3.0/test/
H A Dutf8.cxx93 int test_fixed_pitch(void);
117 int FontDisplay::test_fixed_pitch(void) in test_fixed_pitch() function in FontDisplay
214 int looks_fixed = textobj->test_fixed_pitch(); in font_cb()
/dports/x11-toolkits/fltk/fltk-1.3.8/test/
H A Dutf8.cxx84 int test_fixed_pitch(void);
108 int FontDisplay::test_fixed_pitch(void) in test_fixed_pitch() function in FontDisplay
205 int looks_fixed = textobj->test_fixed_pitch(); in font_cb()
/dports/x11-toolkits/ntk/ntk/test/
H A Dutf8.cxx93 int test_fixed_pitch(void);
117 int FontDisplay::test_fixed_pitch(void) in test_fixed_pitch() function in FontDisplay
214 int looks_fixed = textobj->test_fixed_pitch(); in font_cb()
/dports/x11-toolkits/py-fltk/pyFltk-1.3.4.1/fltk/test/
H A Dutf8.py79 def test_fixed_pitch(self): member in FontDisplay
174 looks_fixed = textobj.test_fixed_pitch()