CTFontCollection.GetMatchingFontDescriptors 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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>
정렬 메서드.
반환
글꼴 설명자의 배열입니다.