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
)
Public Function HasCharacterRange (
range As Range(Of Integer)
) As Boolean
member HasCharacterRange :
range : Range<int> -> bool
Parameters
- range
- Type: Eto.FormsRangeInt32
Range to test
Return Value
Type:
BooleanTrue if the font supports the characters in the specified range, false otherwise
See Also