Removed unsued file

This commit is contained in:
MarcinZiabek
2022-09-17 20:42:14 +02:00
parent 719a3385f6
commit f028f82e11
-8
View File
@@ -1,8 +0,0 @@
namespace QuestPDF.Drawing
{
internal struct TextMeasurement
{
public int LineIndex { get; set; }
public float FragmentWidth { get; set; }
}
}