ChooseFallbackFont Method (IFontCollection)
Searches for a fallback font containing the given code point that looks similar to the source font.
Font ChooseFallbackFont(
System.int ,
Font ,
System.bool ,
System.bool ,
System.bool ,
System.bool ,
System.bool
)
'Declaration
Function ChooseFallbackFont( _
ByVal As System.Integer, _
ByVal As Font, _
ByVal As System.Boolean, _
ByVal As System.Boolean, _
Optional ByVal As System.Boolean, _
Optional ByVal As System.Boolean, _
Optional ByVal As System.Boolean _
) As Font
Parameters
- codePoint
- The code point (in UTF-32 format) missing in the source font.
- baseFont
- The source font to be replaced by a fallback font.
- bold
- Indicates if the font should be embolded.
- italic
- Indicates if the font should contain italic characters.
- vertical
- Indicates if the font should be vertical.
- embeddable
- Indicates if the searched font should support embedding.
- allowEudc
- Indicates if the linked EUDC fonts can be searched as well.
Return Value