GetSystemGlyphTypefaces (Silverlight Plug-in Object)
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Returns a GlyphTypefaceCollection of typefaces that are installed on the user's computer.
Syntax
object Element
Not available; this is a run-time method.
Silverlight.js
Not available.
JavaScript
retval = silverlightObject.settings.GetSystemGlyphTypefaces()
COM
Not available.
Managed Code
No current managed equivalent.
Return Value
Type: GlyphTypefaceCollection
To JavaScript only, a collection of typefaces that are installed on the user's computer.
Remarks
This Silverlight plug-in API returns an object that is relevant only to JavaScript usage. See GetSystemGlyphTypefaces.
See Also