void SetGlyphCacheParams(const GlyphCacheParams& param);
Sets the glyph cache parameters.
For optimum performance, this method should be set before calling InitHAL. Calling this after InitHAL is possible, but may require significant memory reallocation.
Parameters |
Description |
const GlyphCacheParams& param |
Reference to GlyphCacheParams holding the glyph cache parameters. |