8 lines
180 B
C#
8 lines
180 B
C#
namespace QuestPDF.Drawing.SpacePlan
|
|
{
|
|
internal struct TextMeasurement
|
|
{
|
|
public int LineIndex { get; set; }
|
|
public float FragmentWidth { get; set; }
|
|
}
|
|
} |