LanguageFont.FontFamily 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 family name of the font.
public:
property Platform::String ^ FontFamily { Platform::String ^ get(); };
winrt::hstring FontFamily();
public string FontFamily { get; }
var string = languageFont.fontFamily;
Public ReadOnly Property FontFamily As String
Property Value
The font family name.