public CoreText.CTFont GetFont(
GrapeCity.Documents.Text.CffTable
)
'Declaration
Public Overloads Function GetFont( _
ByVal 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)
Parameters
- font
- The source GrapeCity.Documents.Text.Font object.
Return Value
The resulting CoreText.CTFont.