Compartir a través de


CTFontDescriptorAttributes.FamilyName Propiedad

Definición

Nombre de la familia de fuentes.

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

Valor de propiedad

Comentarios

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

var fontDescriptor = new CTFontDescriptor (attributes);

Se aplica a