CTFontCollection 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
글꼴 컬렉션은 글꼴 설명자를 열거하는 데 사용되는 표준 메커니즘입니다.
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의 복사본을 만듭니다. |