Click or drag to resize

FontTypefaceHasCharacterRange Method (Int32, Int32)

Gets a value indicating that this font supports the character range specified

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public bool HasCharacterRange(
	int start,
	int end
)

Parameters

start
Type: SystemInt32
Start of the range
end
Type: SystemInt32
End of the range (inclusive)

Return Value

Type: Boolean
True if the font supports the characters in the specified range, false otherwise
See Also