Searches for a linked
Font containing the given code point.
public FontLink ChooseLinkedFont(
System.int ,
System.bool
)
'Declaration
Public Function ChooseLinkedFont( _
ByVal As System.Integer, _
ByVal As System.Boolean _
) As FontLink
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.