Table of Contents

Class GlyphLine.GlyphLinePart

Namespace
iText.IO.Font.Otf
Assembly
itext.io.dll
public class GlyphLine.GlyphLinePart
Inheritance
GlyphLine.GlyphLinePart
Inherited Members

Constructors

GlyphLinePart(int, int)

public GlyphLinePart(int start, int end)

Parameters

start int
end int

GlyphLinePart(int, int, string)

public GlyphLinePart(int start, int end, string actualText)

Parameters

start int
end int
actualText string

Fields

actualText

public string actualText

Field Value

string

end

public int end

Field Value

int

reversed

public bool reversed

Field Value

bool

start

public int start

Field Value

int

Methods

SetReversed(bool)

public virtual GlyphLine.GlyphLinePart SetReversed(bool reversed)

Parameters

reversed bool

Returns

GlyphLine.GlyphLinePart