'Declaration Function ChooseFallbackFont( _ ByVal codePoint As System.Integer, _ ByVal baseFont As Font, _ ByVal bold As System.Boolean, _ ByVal italic As System.Boolean, _ Optional ByVal vertical As System.Boolean, _ Optional ByVal embeddable As System.Boolean, _ Optional ByVal allowEudc 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
Fallback Font or null.