|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.font.manager.AbstractBackendFontManager
org.extex.font.manager.XtfBackendFontManager
public class XtfBackendFontManager
Backend font manager for a xtf (ttf, otf) font.
| Field Summary |
|---|
| Fields inherited from class org.extex.font.manager.AbstractBackendFontManager |
|---|
factory, fontList, newRecongnizedFont, recognizedCharcterId, recognizedFont |
| Constructor Summary | |
|---|---|
XtfBackendFontManager()
Creates a new object. |
|
| Method Summary | |
|---|---|
boolean |
recognize(FontKey fontKey,
UnicodeChar uc)
Take a character and a font and see if they can be managed by this manager. |
| Methods inherited from class org.extex.font.manager.AbstractBackendFontManager |
|---|
getRecognizedCharId, getRecognizedFont, isNewRecongnizedFont, iterate, reset, setBackendFontFactory |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.extex.font.BackendFontManager |
|---|
getRecognizedCharId, getRecognizedFont, isNewRecongnizedFont, iterate, reset, setBackendFontFactory |
| Constructor Detail |
|---|
public XtfBackendFontManager()
| Method Detail |
|---|
public boolean recognize(FontKey fontKey,
UnicodeChar uc)
throws FontException
recognize in interface BackendFontManagerfontKey - the font key for the character at handuc - the Unicode character at hand
true iff the character is defined in the font
given and a font of a requested format can be delivered.
FontException - if a font error occurred.BackendFontManager.recognize(org.extex.font.FontKey,
org.extex.core.UnicodeChar)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||