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