다음을 통해 공유


CTFontDescriptorAttributes 클래스

정의

글꼴 특성을 포함하는 강력한 형식의 클래스입니다.

public class CTFontDescriptorAttributes
type CTFontDescriptorAttributes = class
상속
CTFontDescriptorAttributes

설명

개발자가 글꼴 설명자 특성을 쉽게 사용하고 구성할 수 있는 클래스입니다.

var attributes = new CTFontDescriptorAttributes () {
	FamilyName = "Times New Roman"
};

var fontDescriptor = new CTFontDescriptor (attributes);

생성자

CTFontDescriptorAttributes()

기본 생성자입니다.

CTFontDescriptorAttributes(NSDictionary)

약한 형식의 NSDictionary에서 강력한 형식의 CTFontDescriptorAttributes를 만듭니다.

속성

BaselineAdjust

기준 조정입니다.

CascadeList

글꼴 설명자의 계단식 목록입니다.

CharacterSet

문자 집합입니다.

Dictionary

강력한 형식의 CTFontDescriptorAttributes의 현재 값을 반영하는 NSDictionary입니다.

DisplayName

글꼴 표시 이름

Enabled

사용 상태.

FamilyName

글꼴 패밀리 이름입니다.

Features

글꼴 참조의 글꼴 기능입니다.

FeatureSettings

글꼴에 대한 기능 설정입니다.

FixedAdvance

설정된 경우 글꼴 기본 제공 상수를 미리 재정의합니다.

FontFormat

글꼴 형식입니다.

FontOrientation

글꼴 방향입니다.

Languages

글꼴로 지원되는 언어 목록은 RFC3066bis 표준으로 인코딩되어야 합니다.

MacintoshEncodings

설정하면 이 글꼴에 대한 Macintosh 인코딩이 표시됩니다.

Matrix

설정된 경우 글꼴을 만들 때 사용되는 변환 행렬입니다.

Name

글꼴의 PostScript 이름입니다.

Priority

글꼴 중복을 확인할 때 사용되는 글꼴 우선 순위입니다.

RegistrationScope

글꼴 등록 범위입니다.

Size

지정하지 않으면 글꼴 포인트 크기가 기본값인 12.0이 사용됩니다.

StyleName

글꼴 스타일 이름

Traits

글꼴 특성입니다.

Url

글꼴의 URL에 액세스하는 데 사용됩니다.

Variation

글꼴 변형.

적용 대상