Managed Windows API
CodepointRange Class
NamespacesManagedWinapiCodepointRange
The unicode range of codepoints supported by a font.
Declaration Syntax
C#
public class CodepointRange
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
CodepointRange(Font)
Creates a new CodepointRange object for a font.

Equals(Object) (Overrides Object.Equals(Object).)
FindNext(Char, Boolean)
Finds the next codepoint that is either supported or not.

FirstCodepoint
The first (lowest) supported codepoint.

GetHashCode()()() (Overrides Object.GetHashCode()()().)
GetRangesForAllFonts()()()
Returns a dictionary containing codepoint ranges of all fonts. If multiple fonts of one family (bold, italic, etc.) share their codepoint range, only their base font is included in this list, otherwise all different variants are included.

IsSupported(Char)
Tests whether a specific codepoint is supported by this font.

LastCodepoint
The last (highest) supported codepoint.

SupportedCodepointCount
The number of codepoints supported by this font.

ToString()()()
Returns a String representation of this codepoint range.
(Overrides Object.ToString()()().)
Inheritance Hierarchy
Object
CodepointRange

Assembly: ManagedWinapi (Module: ManagedWinapi) Version: 0.3.0.0 (0.3)