FontPackParams::GetGlyphCountLimit

FontPackParams::GetGlyphCountLimit
int GetGlyphCountLimit() const;
Description

GetGlyphCountLimit gets the limit of the number of glyphs in a font set by SetGlyphCountLimit

GlyphCountLimit is the limit of the number of glyphs in a font. 0 indicates that no limit is set. 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.

Return Value

An integer returning the GlyphCountLimit.