'Declaration Protected Overridable Function GetFallbackFontInfo( _
ByVal fontThe source font.As IDrawingFont, _
ByVal characterThe text character.As System.String _
) As System.Collections.Generic.IEnumerable(Of FontInfo)
protected virtual System.Collections.Generic.IEnumerable<FontInfo> GetFallbackFontInfo(
IDrawingFont font,
System.String character
)
protected: virtual System.Collections.Generic.IEnumerable<FontInfo*>* GetFallbackFontInfo(
IDrawingFont* font,
System.String character
)
protected:
virtual System.Collections.Generic.IEnumerable<FontInfo^>^ GetFallbackFontInfo(
IDrawingFont^ font,
System.String character
)
Parameters
- font
- The source font.
- character
- The text character.
Return Value
An array that contains information about fonts, which can be used for drawing of text character.