'Declaration
Public Overloads Function GetFont( _ ByVal font As GrapeCity.Documents.Text.Font _ ) As Android.Graphics.Typeface
'Usage
Dim instance As FontCache Dim font As GrapeCity.Documents.Text.Font Dim value As Android.Graphics.Typeface value = instance.GetFont(font)
public Android.Graphics.Typeface GetFont( GrapeCity.Documents.Text.Font font )
Parameters
- font
- The source GrapeCity.Documents.Text.Font object.
Return Value
The resulting Android.Graphics.Typeface.