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.1.0)

Syntax

C#
public static GlyphTypefaceLocalized GetDefaultLocalizedTypeface(
	this GlyphTypeface typeface
)
Visual Basic
<ExtensionAttribute> _
Public Shared Function GetDefaultLocalizedTypeface ( _
	typeface As GlyphTypeface _
) As GlyphTypefaceLocalized
Visual C++
[ExtensionAttribute]
public:
static GlyphTypefaceLocalized^ GetDefaultLocalizedTypeface(
	GlyphTypeface^ typeface
)

Parameters

typeface
Type: FirstFloor.Documents.Fonts..::..GlyphTypeface
The typeface.

Return Value

The 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 or .

See Also