Click or drag to resize

FontTypefaceIHandlerHasCharacterRanges Method

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

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
bool HasCharacterRanges(
	IEnumerable<Range<int>> ranges
)

Parameters

ranges
Type: System.Collections.GenericIEnumerableRangeInt32
Ranges to test

Return Value

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