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