Share via


CTFontCollection 클래스

정의

글꼴 컬렉션은 글꼴 설명자를 열거하는 데 사용되는 표준 메커니즘입니다.

public class CTFontCollection : IDisposable, ObjCRuntime.INativeObject
type CTFontCollection = class
    interface INativeObject
    interface IDisposable
상속
CTFontCollection
구현

생성자

CTFontCollection(CTFontCollectionOptions)

사용 가능한 모든 글꼴 설명자가 포함된 CTFontCollection을 만듭니다.

CTFontCollection(CTFontDescriptor[], CTFontCollectionOptions)

지정된 queryDescriptors 집합에서 CTFontCollection을 만듭니다.

속성

Handle

관리되지 않는 개체 표현에 대한 핸들(포인터)입니다.

메서드

Dispose()

CTFontCollection 개체에서 사용하는 리소스를 해제합니다.

Dispose(Boolean)

CTFontCollection 개체에서 사용하는 리소스를 해제합니다.

Finalize()

CTFontCollection 개체의 종료자

GetMatchingFontDescriptors()

이 컬렉션에서 수학 글꼴 설명자를 가져옵니다.

GetMatchingFontDescriptors(Comparison<CTFontDescriptor>)

지정된 정렬 함수를 기준으로 정렬된 글꼴 설명자의 배열을 가져옵니다.

GetMatchingFontDescriptors(CTFontCollectionOptions)

지정된 옵션이 있는 글꼴 설명자의 배열을 반환합니다.

WithFontDescriptors(CTFontDescriptor[], CTFontCollectionOptions)

지정된 글꼴 설명자를 추가하는 동안 CTFontCollection의 복사본을 만듭니다.

적용 대상