Click or drag to resize

FontFileContainsCharacter Method

Determines whether the font file contains outlines for the specified Unicode character.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.2.13
Syntax
public bool ContainsCharacter(
	int character
)

Parameters

character  Int32
The Unicode character.

Return Value

Boolean
true if the font file contains outlines for the specified Unicode character; otherwise, false.
See Also