Gets the default localized typeface for specified physical font face.
Namespace: FirstFloor.Documents.Fonts
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.11.0)
Syntax
public static GlyphTypefaceLocalized GetDefaultLocalizedTypeface( this GlyphTypeface typeface )
Parameters
- typeface
- Type: FirstFloor.Documents.FontsGlyphTypeface
The typeface.
Return Value
Type: GlyphTypefaceLocalizedThe localized typeface or null if not found.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type GlyphTypeface. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).See Also