次の方法で共有


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);

適用対象