[]
Represents collection of unique CodeRange objects. All CodeRange objects within collection not intersect and sorted by First field.
public class CodeRanges : List<CodeRange>, IList<CodeRange>, ICollection<CodeRange>, IList, ICollection, IReadOnlyList<CodeRange>, IReadOnlyCollection<CodeRange>, IEnumerable<CodeRange>, IEnumerable, ICloneable
Name | Description |
---|---|
CodeRanges() |
Name | Description |
---|---|
Add(CodeRange) | |
Add(char) | |
Add(char, char) | |
Add(char[]) | |
Add(IEnumerable<CodeRange>) | |
Add(string) | |
AddNoCheck(CodeRange) | Adds CodeRange object to current without any check, typically used during deserialization. |
AssignFrom(CodeRanges) | |
Clone() | |
ContainsAllChars() | Gets a value indicating whether the CodeRanges collection contains all characters from 0x0000 to 0xFFFF. |
GetGlyphs() | Gets the array of chars contained in this list of code ranges. |