Aspose::Font::Ttf::LicenseFlags 类

LicenseFlags class

表示来自 ‘OS/2’ 表(字段 fsType)的嵌入标志的辅助包装器。

class LicenseFlags : public System::Object

方法

方法描述
get_FSType() const从 OS/2 表获取原始 fsType 值,如果表中不存在此字段则返回 0。
get_FSTypeAbsent() const如果 ‘OS/2’ 表中缺少 fsType 标志,则返回 true。
get_IsBitmapOnlyEmbedding()检测 fsType 是否允许 BitmapOnly 嵌入。
get_IsEditableEmbedding()检测 fsType 是否允许可编辑嵌入。
get_IsInstallableEmbedding()检测 fsType 是否为可安装嵌入。
get_IsNoSubsettingEmbedding()检测 fsType 是否允许无子集嵌入。
get_IsPreviewAndPrintEmbedding()检测 fsType 是否允许预览和打印嵌入。
get_IsReservedType()检测 fsType 的保留位(位 0)是否被设置。
get_IsRestrictedLicenseEmbedding()检测 fsType 是否为受限 License 嵌入。

另见