[]
        
Searches for a linked Font containing the given code point.
public FontLink ChooseLinkedFont(int codePoint, bool embeddable)
Public Function ChooseLinkedFont(codePoint As Integer, embeddable As Boolean) As FontLink
| 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.  |