Share via


CTFontCollectionOptions 类

定义

可用于创建 CTFontCollection 对象的选项。

public class CTFontCollectionOptions
type CTFontCollectionOptions = class
继承
CTFontCollectionOptions

构造函数

CTFontCollectionOptions()

默认构造函数创建一组空的选项。

CTFontCollectionOptions(NSDictionary)

从包含 CTFontCollectionOptions 键的 NSDictionary 的内容创建强类型 CTFontCollectionOptions。

属性

Dictionary

表示当前设置的值的 NSDictionary。

RemoveDuplicates

如果设置,则删除重复的字体描述符。

适用于