다음을 통해 공유


CTFontDescriptorAttributes.FamilyName 속성

정의

글꼴 패밀리 이름입니다.

public string FamilyName { get; set; }
member this.FamilyName : string with get, set

속성 값

설명

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

var fontDescriptor = new CTFontDescriptor (attributes);

적용 대상