FontFamily::FamilyMaps Property

 

Gets the collection of FontFamilyMap objects.

Namespace:   System.Windows.Media
Assembly:  PresentationCore (in PresentationCore.dll)

public:
property FontFamilyMapCollection^ FamilyMaps {
	FontFamilyMapCollection^ get();
}

For FontFamily objects that are created by using a font family name, the FamilyMaps property returns an empty, read-only collection.

The FontFamilyMap object defines which font to use for displaying a specified set of Unicode characters of a specified culture.

.NET Framework
Available since 3.0
Return to top
Show: