Поделиться через


CTFontCollection.GetMatchingFontDescriptors Метод

Определение

Перегрузки

GetMatchingFontDescriptors()

Возвращает дескрипторы шрифтов для вычисления из этой коллекции.

GetMatchingFontDescriptors(CTFontCollectionOptions)

Возвращает массив дескрипторов шрифтов с указанными параметрами.

GetMatchingFontDescriptors(Comparison<CTFontDescriptor>)

Возвращает массив дескрипторов шрифтов, отсортированных указанной функцией сортировки.

GetMatchingFontDescriptors()

Возвращает дескрипторы шрифтов для вычисления из этой коллекции.

public CoreText.CTFontDescriptor[] GetMatchingFontDescriptors ();
member this.GetMatchingFontDescriptors : unit -> CoreText.CTFontDescriptor[]

Возвращаемое значение

Массив дескрипторов шрифтов.

Применяется к

GetMatchingFontDescriptors(CTFontCollectionOptions)

Возвращает массив дескрипторов шрифтов с указанными параметрами.

[ObjCRuntime.TV(12, 0)]
[ObjCRuntime.Watch(5, 0)]
public CoreText.CTFontDescriptor[] GetMatchingFontDescriptors (CoreText.CTFontCollectionOptions options);
member this.GetMatchingFontDescriptors : CoreText.CTFontCollectionOptions -> CoreText.CTFontDescriptor[]

Параметры

options
CTFontCollectionOptions

Параметры для сопоставления.

Возвращаемое значение

Массив дескрипторов шрифтов с указанными параметрами.

Атрибуты

Применяется к

GetMatchingFontDescriptors(Comparison<CTFontDescriptor>)

Возвращает массив дескрипторов шрифтов, отсортированных указанной функцией сортировки.

public CoreText.CTFontDescriptor[] GetMatchingFontDescriptors (Comparison<CoreText.CTFontDescriptor> comparer);
member this.GetMatchingFontDescriptors : Comparison<CoreText.CTFontDescriptor> -> CoreText.CTFontDescriptor[]

Параметры

comparer
Comparison<CTFontDescriptor>

Метод сортировки.

Возвращаемое значение

Массив дескрипторов шрифтов.

Применяется к