Gets the typeface referenced by given URI.
Namespace: FirstFloor.Documents.FontsAssembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)
Syntax
| C# |
|---|
public static bool TryGetTypeface( Uri uri, out GlyphTypefaceInfo typeface ) |
| Visual Basic |
|---|
Public Shared Function TryGetTypeface ( _ uri As Uri, _ <OutAttribute> ByRef typeface As GlyphTypefaceInfo _ ) As Boolean |
| Visual C++ |
|---|
public: static bool TryGetTypeface( Uri^ uri, [OutAttribute] GlyphTypefaceInfo^% typeface ) |
Parameters
- uri
- Type: System..::..Uri
The URI.
- typeface
- Type: FirstFloor.Documents.Fonts..::..GlyphTypefaceInfo%
The typeface.