Aspose::Font::Ttf::LicenseFlags class
Contents
[
Hide
]LicenseFlags class
Represents a helper wrapper for an embedding flags from ‘OS/2’ table (field fsType).
class LicenseFlags : public System::Object
Methods
| Method | Description |
|---|---|
| get_FSType() const | Gets raw fsType value from OS/2 table or 0 if this field doesn’t exist in the table. |
| get_FSTypeAbsent() const | Returns true if fsType flag is absent in ‘OS/2’ table. |
| get_IsBitmapOnlyEmbedding() | Detects whether fsType permits BitmapOnly embedding. |
| get_IsEditableEmbedding() | Detects whether fsType permits Editable embedding. |
| get_IsInstallableEmbedding() | Detects whether fsType is Installable embedding. |
| get_IsNoSubsettingEmbedding() | Detects whether fsType permits NoSubsetting embedding. |
| get_IsPreviewAndPrintEmbedding() | Detects whether fsType permits Preview and Print embedding. |
| get_IsReservedType() | Detects whether reserved bit(bit 0) is set for fsType. |
| get_IsRestrictedLicenseEmbedding() | Detects whether fsType is Restricted License embedding. |
See Also
- Class Object
- Namespace Aspose::Font::Ttf
- Library Aspose.Font for C++