mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-28 22:47:04 +00:00
reverting erroneous patch
This commit is contained in:
@@ -372,12 +372,10 @@ var _sharedSimpleTypesetter = nil;
|
||||
_lineWidth = 0;
|
||||
advancements = [];
|
||||
prevRangeWidth = 0;
|
||||
currentAnchor = 0;
|
||||
_lineHeight = 0;
|
||||
_lineBase = 0;
|
||||
_previousFont = nil;
|
||||
_previousFont = nil; // resets currentAnchor and measuringRange;
|
||||
lineRange = CPMakeRange(glyphIndex + 1, 0);
|
||||
measuringRange = CPMakeRange(glyphIndex + 1, 0);
|
||||
wrapRange = CPMakeRange(0, 0);
|
||||
wrapWidth = 0;
|
||||
isWordWrapped = NO;
|
||||
|
||||
Reference in New Issue
Block a user