GlyphTypeface
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Represents a physical font face.
var gtf = gtc.getItem(i);
Managed Equivalent
This object does not have a managed equivalent.
Remarks
In the syntax shown, which is a usage syntax and is the only way to define GlyphTypeface, gtf is the GlyphTypeface to create, gtc is a reference to a GlyphTypefaceCollection object, and i is an integer index of a requested typeface in that collection.
Version Information
Silverlight 3
See Also