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