Documents for PDF, .NET Edition Documentation
ChooseLinkedFont Method

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Text Namespace > Font Class : ChooseLinkedFont Method
The code point (in UTF-32 format) missing in the current font.
Specifies whether the searched font should support embedding.
Searches for a linked Font containing the given code point.
Syntax
'Declaration
 
Public Function ChooseLinkedFont( _
   ByVal codePoint As System.Integer, _
   ByVal embeddable As System.Boolean _
) As FontLink
public FontLink ChooseLinkedFont( 
   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

Linked font's FontLink or null.
See Also

Reference

Font Class
Font Members