|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.typesetter.common.FontUtil
public final class FontUtil
Font utility methods.
| Method Summary | |
|---|---|
static void |
charWarning(java.util.logging.Logger logger,
TypesetterOptions context,
Font font,
UnicodeChar c)
This method produces a log entry for lost characters if the count register tracinglostchars is greater than zero. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void charWarning(java.util.logging.Logger logger,
TypesetterOptions context,
Font font,
UnicodeChar c)
The count parameter \tracinglostchars determines whether characters which are discarded are logged. Characters are discarded when the font at hand does not contain a glyph for the character.
If the value of is greater \tracinglostchars than zero then a message is written to the log file. Otherwise the message is suppressed.
\tracinglostchars=1
logger - the logger to write tocontext - the interpreter contextfont - the font queriedc - the character not found
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||