FontFamily::FamilyTypefaces Property
.NET Framework (current version)
Gets a collection of typefaces for the FontFamily object.
Assembly: PresentationCore (in PresentationCore.dll)
public: property FamilyTypefaceCollection^ FamilyTypefaces { FamilyTypefaceCollection^ get(); }
Property Value
Type: System.Windows.Media::FamilyTypefaceCollection^A FamilyTypefaceCollection that represents a collection of typefaces for the FontFamily object.
<object>
<object.FamilyTypefaces>
<OneOrMoreFontFamilyTypefaces/>
</object.FamilyTypefaces>
</object>
- OneOrMoreFontFamilyTypefaces
One or more of typefaces for the FontFamily object.
.NET Framework
Available since 3.0
Available since 3.0
Show: