[]
Gets an instance of the Android.Graphics.Typeface for a given GrapeCity.Documents.Text.Font.
public Typeface GetFont(Font font)
Type | Name | Description |
---|---|---|
Font | font | The source GrapeCity.Documents.Text.Font object. |
Type | Description |
---|---|
Typeface | The resulting Android.Graphics.Typeface. |
Gets an instance of the Android.Graphics.Typeface for a given GrapeCity.Documents.Text.Font.
public Typeface GetFont(CffTable font)
Type | Name | Description |
---|---|---|
CffTable | font | The source GrapeCity.Documents.Text.Font object. |
Type | Description |
---|---|
Typeface | The resulting Android.Graphics.Typeface. |