[]
        
Searches for an associated EUDC Font containing the given code point.
public FontLink ChooseEudcFontLink(int codePoint, bool embeddable)
Public Function ChooseEudcFontLink(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 | EUDC font's FontLink or null.  |