Files
QuestPDF/QuestPDF/Drawing/SpacePlan/TextMeasurement.cs
T
2021-01-16 01:31:39 +01:00

8 lines
180 B
C#

namespace QuestPDF.Drawing.SpacePlan
{
internal struct TextMeasurement
{
public int LineIndex { get; set; }
public float FragmentWidth { get; set; }
}
}