void SetGlyphCountLimit(int lim);
SetGlyphCountLimit sets the limit of the number of glyphs in a font and can be retrieved through GetGlyphCountLimit. GlyphCountLimit is the limit of the number of glyphs in a font. 0 means no limit. If the limit is exceeded the glyphs are not packed. In this case the dynamic cache may be used if enabled. Default value set for the limit is 0.
Parameters |
Description |
int lim |
The GlyphCountLimit value. |