Aspose::Font::IFontEnvironmentSettings class
Contents
[
Hide
]IFontEnvironmentSettings class
Represents functionality related to settings which are common for all the Fonts, created by Aspose.Font library at current session.
class IFontEnvironmentSettings : public System::Object
Methods
Method | Description |
---|---|
virtual get_EnforceHinting() | This flag controls logic of using bytecode hinting. If it is true, then font must enable bytecode hinting, if false - bytecode hinting will be turned on/off depend on default logic. By default false. |
virtual set_EnforceHinting(bool) | This flag controls logic of using bytecode hinting. If it is true, then font must enable bytecode hinting, if false - bytecode hinting will be turned on/off depend on default logic. By default false. |
See Also
- Class Object
- Namespace Aspose::Font
- Library Aspose.Font for C++