Property | Type | Description | |
---|---|---|---|
OtherSegPolicy | UnexpectedSegments |
Method | Description | |
---|---|---|
FindBreakPoint ( IVwGraphics vg, IVwTextSource _ts, IVwJustifier _vjus, int ichMin, int ichLim, int ichLimBacktrack, bool fNeedFinalBreak, bool fStartLine, int dxMaxWidth, LgLineBreak lbPref, LgLineBreak lbMax, LgTrailingWsHandling twsh, bool fParaRightToLeft, ILgSegment &segRet, int &dichLimSeg, int &dxWidth, LgEndSegmentType &est, ILgSegment _segPrev ) : void | ||
FontIsValid ( ) : void | ||
InitRenderer ( IVwGraphics _vg, string bstrData ) : void |
Method | Description | |
---|---|---|
AddMockSeg ( int ichMin, int ichLim, int len, int width, int ws, LgEndSegmentType est ) : void | ||
FailOnPartialLine ( int ichMin, int ichLim ) : void | ||
Reset ( ) : void |
public FindBreakPoint ( IVwGraphics vg, IVwTextSource _ts, IVwJustifier _vjus, int ichMin, int ichLim, int ichLimBacktrack, bool fNeedFinalBreak, bool fStartLine, int dxMaxWidth, LgLineBreak lbPref, LgLineBreak lbMax, LgTrailingWsHandling twsh, bool fParaRightToLeft, ILgSegment &segRet, int &dichLimSeg, int &dxWidth, LgEndSegmentType &est, ILgSegment _segPrev ) : void | ||
vg | IVwGraphics | |
_ts | IVwTextSource | |
_vjus | IVwJustifier | |
ichMin | int | |
ichLim | int | |
ichLimBacktrack | int | |
fNeedFinalBreak | bool | |
fStartLine | bool | |
dxMaxWidth | int | |
lbPref | LgLineBreak | |
lbMax | LgLineBreak | |
twsh | LgTrailingWsHandling | |
fParaRightToLeft | bool | |
segRet | ILgSegment | |
dichLimSeg | int | |
dxWidth | int | |
est | LgEndSegmentType | |
_segPrev | ILgSegment | |
return | void |
public InitRenderer ( IVwGraphics _vg, string bstrData ) : void | ||
_vg | IVwGraphics | |
bstrData | string | |
return | void |