[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.Font.ChooseEudcFontLink

ChooseEudcFontLink Method

Searches for an associated EUDC Font containing the given code point.

Declaration
public FontLink ChooseEudcFontLink(int codePoint, bool embeddable)
Public Function ChooseEudcFontLink(codePoint As Integer, embeddable As Boolean) As FontLink
Parameters
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.

Returns
Type Description
FontLink

EUDC font's FontLink or null.