CTFontOptions 枚举

定义

创建 类的新实例 CTFont 时使用的选项。

此枚举支持其成员值的按位组合。

[System.Flags]
public enum CTFontOptions
type CTFontOptions = 
继承
CTFontOptions
属性

字段

Default 0

使用默认选项。

IncludeDisabled 128

包括禁用的字体。

PreferSystemFont 4

为 Apple/System 字体提供首选项。

PreventAutoActivation 1

阻止字体激活。

适用于