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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.