FontFileContainsCharacter Method |
Determines whether the font file contains outlines for the specified Unicode character.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.2.13
Syntaxpublic bool ContainsCharacter(
int character
)
Public Function ContainsCharacter (
character As Integer
) As Boolean
Parameters
- character Int32
- The Unicode character.
Return Value
Booleantrue if the font file contains outlines for the specified Unicode character; otherwise, false.
See Also