Skip to content

Commit

Permalink
realign function renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
digao-dalpiaz committed Aug 27, 2020
1 parent 66fe585 commit 36a29f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DzHTMLText.pas
Original file line number Diff line number Diff line change
Expand Up @@ -1425,7 +1425,7 @@ TTokensProcess = class
procedure DoTab(T: TToken);
procedure DoBreak;

procedure Realign;
procedure DefineVisualRect;
procedure Publish;

procedure CheckAlign(V: TPreObj_Visual);
Expand All @@ -1437,7 +1437,7 @@ procedure TBuilder.ProcessTokens;
P := TTokensProcess.Create(Self);
try
P.Execute;
P.Realign;
P.DefineVisualRect;
P.Publish;
finally
P.Free;
Expand Down Expand Up @@ -1802,7 +1802,7 @@ procedure TTokensProcess.DoBreak;

//

procedure TTokensProcess.Realign;
procedure TTokensProcess.DefineVisualRect;
type TSizes = record
LineHeight, LineSpace, OverallWidth, OverallHeight: Integer;
end;
Expand Down

0 comments on commit 36a29f9

Please sign in to comment.