Documents for PDF, .NET Edition Documentation
ChooseEudcFontLink Method

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Text Namespace > Font Class : ChooseEudcFontLink Method
The code point (in UTF-32 format) missing in the current font.
Specifies whether the searched font should support embedding.
Searches for an associated EUDC Font containing the given code point.
Syntax
'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.
See Also

Reference

Font Class
Font Members