Skip to content

Commit ffcfc32

Browse files
authored
Added rename fix that didn't make it in last merge (#2277)
1 parent f4577a3 commit ffcfc32

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/EPPlus.Fonts.OpenType/Integration/TextLayoutEngine.Wrapping.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public partial class TextLayoutEngine
2828
/// </summary>
2929
private void ProcessCompleteWord(
3030
string text,
31-
WrapState state,
31+
WrapStateText state,
3232
int currentPos,
3333
double maxWidth)
3434
{
@@ -62,7 +62,7 @@ private void ProcessCompleteWord(
6262
}
6363

6464
private void ProcessNonEndingSpace(string text,
65-
WrapState state,
65+
WrapStateText state,
6666
int currentPos,
6767
double maxWidth
6868
)
@@ -95,7 +95,7 @@ double maxWidth
9595
private void ProcessCharacterInWord(
9696
string text,
9797
double[] charWidths,
98-
WrapState state,
98+
WrapStateText state,
9999
int currentPos,
100100
double maxWidth)
101101
{
@@ -125,7 +125,7 @@ private void ProcessCharacterInWord(
125125
private void BreakLongWord(
126126
string text,
127127
double[] charWidths,
128-
WrapState state,
128+
WrapStateText state,
129129
int currentPos,
130130
double maxWidth)
131131
{

0 commit comments

Comments
 (0)