Scaleform::GFx::State Scaleform::GFx::FontMap
class FontMap : public State;
FontMap defines a set of font name substitutions that apply to fonts looked up/created from FontLib and FontProvider. By installing a map you can change fonts used by SWF/GFX files to refer to alternative fonts. For example, if the file makes use of the Helvetica font while your system only provides Arial, you can install it as a substitution by doing the following:
Class |
Description |
A font map entry. |
Enumeration |
Description |
Font flag combinations. |
Method |
Description |
FontMap constructor. | |
Adds a font mapping. | |
Obtains a font mapping. |
GFx_Loader.h