62636465666768
* @return */ public FontMetrics createMetrics(final FontIdentifier identifier, final FontContext context) { return new EmptyFontMetrics(charHeight, charWidth); }
61626364656667
8485868788899091
} catch (IOException e) { Log.warn ("Unable to read the font.", e); // todo: We should throw exceptions instead, shouldnt we? return new EmptyFontMetrics(); } }