Scaleform::Render::GlyphCacheConfig
class GlyphCacheConfig;
GlyphCacheConfig defines an external configuration API for GlyphCache, which holds the cached textures and glyphs.Font rendering in Scaleform is configured though either Render::GlyphCacheConfig or GFx::FontPackParams state objects. By default, glyph cache is automatically created by the HAL object on the render thread and initialized for dynamic glyph caching.
Method |
Description |
Clears the glyph cache. | |
Returns the last applied GlyphCacheParams value, potentially adjusted based on HAL capabilities. | |
Sets new GlyphCache parameters, recreating texture buffers if the cache is already initialized. |
Render_GlyphCacheConfig.h