AbstractAbstractmeasureMeasures the dimensions of text with the given font configuration
The text to measure
The font configuration to apply
The dimensions of the text
Measures the height of text with the given font configuration
The text to measure
The font configuration to apply
The height of the text
Measures the width of text with the given font configuration
The text to measure
The font configuration to apply
The width of the text
AbstractsplitSplits text into lines that fit within the given width
The text to split
The maximum width of each line
The font configuration to apply
The lines of text
Base class for implementing measurers with common functionality