[]
Searches for a linked Font containing the given code point.
public FontLink ChooseLinkedFont(int codePoint, bool embeddable)
| Type | Name | Description |
|---|---|---|
| int | codePoint | The code point (in UTF-32 format) missing in the current font. |
| bool | embeddable | Specifies whether the searched font should support embedding. |
| Type | Description |
|---|---|
| FontLink | Linked font's FontLink or null. |