[]
        
(Showing Draft Content)

C1.Android.Viewer.FontCache.GetFont

GetFont Method

GetFont(Font)

Gets an instance of the Android.Graphics.Typeface for a given GrapeCity.Documents.Text.Font.

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

The source GrapeCity.Documents.Text.Font object.

Returns
Type Description
Typeface

The resulting Android.Graphics.Typeface.

GetFont(CffTable)

Gets an instance of the Android.Graphics.Typeface for a given GrapeCity.Documents.Text.Font.

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

The source GrapeCity.Documents.Text.Font object.

Returns
Type Description
Typeface

The resulting Android.Graphics.Typeface.