Op Englesch liesen Editéieren

Deelen iwwer


FontFamily.FamilyTypefaces Property

Definition

Gets a collection of typefaces for the FontFamily object.

C#
public System.Windows.Media.FamilyTypefaceCollection FamilyTypefaces { get; }

Property Value

A FamilyTypefaceCollection that represents a collection of typefaces for the FontFamily object.

Examples

C#
// Return the font family for the selected font name.
FontFamily fontFamily = new FontFamily("Arial Narrow");

// Return the family typeface collection for the font family.
FamilyTypefaceCollection familyTypefaceCollection = fontFamily.FamilyTypefaces;

// Enumerate the family typefaces in the collection.
foreach (FamilyTypeface typeface in familyTypefaceCollection)
{
    // Add the typeface style values to the styles combo box.
    comboBoxStyles.Items.Add(typeface.Style);
}

comboBoxStyles.SelectedIndex = 0;

Remarks

XAML Property Element Usage

<object>  
  <object.FamilyTypefaces>  
    <OneOrMoreFontFamilyTypefaces/>  
  </object.FamilyTypefaces>  
</object>  

XAML Values

OneOrMoreFontFamilyTypefaces
One or more of typefaces for the FontFamily object.

Applies to

Produkt Versiounen
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10