Query the tight bounding boxes for every character in the
given text string. Tight bounding boxes means that for e.g. an
'a', the bounding box for the polyPolygon describing the glyph
'a' is returned, not the logical dimensions of the character
in the font.
Query the logical bounding boxes of every character in the
given text string. Logical bounding boxes means the space that
the font allocates for the given character, which, e.g. for a
'.', might be significantly broader than the bounds returned
via queryTightMeasures.
Query the offsets of the output corresponding to every
character in the given text string. The result of this method
can be directly fed into the XCanvas::drawOffsettedText
method.
Query the tight bounding boxes for every character in the
given text string. Tight bounding boxes means that for e.g. an
'a', the bounding box for the polyPolygon describing the glyph
'a' is returned, not the logical dimensions of the character
in the font.
Query the logical bounding boxes of every character in the
given text string. Logical bounding boxes means the space that
the font allocates for the given character, which, e.g. for a
'.', might be significantly broader than the bounds returned
via queryTightMeasures.
Query the offsets of the output corresponding to every
character in the given text string. The result of this method
can be directly fed into the XCanvas::drawOffsettedText
method.