mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-10-15 19:54:52 +08:00
Changing 'getTextDirection' to 'GetTextDirection'
This commit is contained in:
@@ -72,7 +72,7 @@
|
||||
Width = width;
|
||||
StartBaseLine = startBaseLine;
|
||||
EndBaseLine = endBaseLine;
|
||||
TextDirection = getTextDirection();
|
||||
TextDirection = GetTextDirection();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -83,7 +83,7 @@
|
||||
return $"{Value} {Location} {FontName} {PointSize}";
|
||||
}
|
||||
|
||||
private TextDirection getTextDirection()
|
||||
private TextDirection GetTextDirection()
|
||||
{
|
||||
if (System.Math.Abs(StartBaseLine.Y - EndBaseLine.Y) < 10e-5m)
|
||||
{
|
||||
|
Reference in New Issue
Block a user