'Declaration Public Function ChooseEudcFontLink( _ ByVal codePoint As System.Integer, _ ByVal embeddable As System.Boolean _ ) As FontLink
public FontLink ChooseEudcFontLink( System.int codePoint, System.bool embeddable )
Parameters
- codePoint
- The code point (in UTF-32 format) missing in the current font.
- embeddable
- Specifies whether the searched font should support embedding.
Return Value
EUDC font's FontLink or null.