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