Glyphs.FontSource Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets the font source that is applied to the Glyphs for rendering content.
Assembly: System.Windows (in System.Windows.dll)
Property Value
Type: System.Windows.Documents.FontSourceThe font source used to render content in the Glyphs. The default is a null reference (Nothing in Visual Basic).
If the FontSource property is set to a null reference (Nothing in Visual Basic), any assigned custom font is cleared and the Glyphs renders with the default font.
Show: