Aspose::Font::Ttf::LicenseFlags class

LicenseFlags class

Represents a helper wrapper for an embedding flags from ‘OS/2’ table (field fsType).

class LicenseFlags : public System::Object

Methods

MethodDescription
get_FSType() constGets raw fsType value from OS/2 table or 0 if this field doesn’t exist in the table.
get_FSTypeAbsent() constReturns 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