Return the character to glyph mapping table. If the table is not provided the character scanner will query the font directly for the width of each individual character.
Return the xTable for the font. The xTable defines the left x-value for each individual glyph in the receiver. If such a table is not provided, the character scanner will ask the font directly for the appropriate width of each individual character.
Non-primitive composition of a word--add up widths of characters, add
sum to beginning x and answer the resulting x. Similar to performance
of scanning primitive, but without stop conditions.