[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.Font.ChooseLinkedFont

ChooseLinkedFont Method

ChooseLinkedFont(int, bool)

Searches for a linked Font containing the given code point.

Declaration
public FontLink ChooseLinkedFont(int codePoint, bool embeddable)
Public Function ChooseLinkedFont(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

Linked font's FontLink or null.