Click or drag to resize

FontTypefaceHasCharacterRange Method (RangeInt32)

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(
	Range<int> range
)

Parameters

range
Type: Eto.FormsRangeInt32
Range to test

Return Value

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