Поделиться через


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

Применяется к