-
public void foreach (FontsetForeachFunc func)
Iterates through all the fonts in a fontset, calling func for each one. If func
returns true, that stops the iteration.
-
public Font get_font (uint wc)
Returns the font in the fontset that contains the best glyph for the Unicode character wc.
-
public FontMetrics get_metrics ()
Get overall metric information for the fonts in the fontset.