Gets the width of a Unicode character in a specific font.
Actual width of the character on the page can be calculated as follows:
A Unicode character.
the character width on success. Otherwise, returns null.
char_width = font.getUnicodeWidth(UNICODE); float actual_width = char_width * FONT_SIZE / 1000;
See Implementation
Gets the width of a Unicode character in a specific font.
Actual width of the character on the page can be calculated as follows: