Browse Source

Removed unsued file

MarcinZiabek 3 years ago
parent
commit
f028f82e11
1 changed files with 0 additions and 8 deletions
  1. 0 8
      QuestPDF/Drawing/TextMeasurement.cs

+ 0 - 8
QuestPDF/Drawing/TextMeasurement.cs

@@ -1,8 +0,0 @@
-namespace QuestPDF.Drawing
-{
-    internal struct TextMeasurement
-    {
-        public int LineIndex { get; set; }
-        public float FragmentWidth { get; set; }
-    }
-}