FontFamily.FamilyMaps Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the collection of FontFamilyMap objects.
public:
property System::Windows::Media::FontFamilyMapCollection ^ FamilyMaps { System::Windows::Media::FontFamilyMapCollection ^ get(); };
public System.Windows.Media.FontFamilyMapCollection FamilyMaps { get; }
member this.FamilyMaps : System.Windows.Media.FontFamilyMapCollection
Public ReadOnly Property FamilyMaps As FontFamilyMapCollection
Property Value
A FontFamilyMapCollection that contains FontFamilyMap objects.
Remarks
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.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.