Class GlyphLine.GlyphLinePart
public class GlyphLine.GlyphLinePart
- Inheritance
-
GlyphLine.GlyphLinePart
- Inherited Members
Constructors
GlyphLinePart(int, int)
public GlyphLinePart(int start, int end)
Parameters
GlyphLinePart(int, int, string)
public GlyphLinePart(int start, int end, string actualText)
Parameters
Fields
actualText
public string actualText
Field Value
end
public int end
Field Value
reversed
public bool reversed
Field Value
start
public int start
Field Value
Methods
SetReversed(bool)
public virtual GlyphLine.GlyphLinePart SetReversed(bool reversed)
Parameters
reversed
bool