[]
        
(Showing Draft Content)

C1.iOS.Viewer.FontCache.GetFont

GetFont Method

GetFont(Font)

Gets an instance of the CoreText.CTFont for a given GrapeCity.Documents.Text.Font.

Declaration
public CTFont GetFont(Font font)
Parameters
Type Name Description
Font font

The source GrapeCity.Documents.Text.Font object.

Returns
Type Description
CTFont

The resulting CoreText.CTFont.

GetFont(CffTable)

Gets an instance of the CoreText.CTFont for a given GrapeCity.Documents.Text.Font.

Declaration
public CTFont GetFont(CffTable font)
Parameters
Type Name Description
CffTable font

The source GrapeCity.Documents.Text.Font object.

Returns
Type Description
CTFont

The resulting CoreText.CTFont.