Document Solutions for Imaging
GrapeCity.Documents.Imaging 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.

In This Topic
    ChooseLinkedFont Method
    In This Topic
    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