FontFamily::FamilyNames Property

 

Gets a collection of strings and CultureInfo values that represent the font family names of the FontFamily object.

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

public:
property LanguageSpecificStringDictionary^ FamilyNames {
	LanguageSpecificStringDictionary^ get();
}

Property Value

Type: System.Windows.Media::LanguageSpecificStringDictionary^

A LanguageSpecificStringDictionary that represents the font family names.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: