|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BackendCharacter | |
|---|---|
| org.extex.backend.documentWriter.postscript.util | This package contains utility classes for the a PostScript DocumentWriter. |
| org.extex.font | This package contains the core data types for fonts in ExTeX. |
| org.extex.font.format.afm | This package contains the definitions and implementations for the AFM (Type1) font handling in ExTeX. |
| org.extex.font.format.tfm | This package contains the definitions and implementations for the TFM-font-metric handling in ExTeX. |
| org.extex.font.format.vf | This package contains the definitions and implementations for the VF-font-metric handling in ExTeX. |
| org.extex.font.format.xtf | This package contains the definitions and implementations for the TTF/OTF font handling in ExTeX. |
| org.extex.font.manager | |
| Uses of BackendCharacter in org.extex.backend.documentWriter.postscript.util |
|---|
| Methods in org.extex.backend.documentWriter.postscript.util that return BackendCharacter | |
|---|---|
BackendCharacter |
FontManager.getRecognizedCharId()
Get the most recently recognized back-end character. |
| Uses of BackendCharacter in org.extex.font |
|---|
| Methods in org.extex.font that return BackendCharacter | |
|---|---|
BackendCharacter |
BackendFontManager.getRecognizedCharId()
Get the char info for the most recently recognized pair of font and character. |
| Methods in org.extex.font with parameters of type BackendCharacter | |
|---|---|
void |
BackendFont.usedCharacter(BackendCharacter bc)
Tells the font, which character is used. |
| Uses of BackendCharacter in org.extex.font.format.afm |
|---|
| Methods in org.extex.font.format.afm with parameters of type BackendCharacter | |
|---|---|
void |
LoadableAfmFont.usedCharacter(BackendCharacter bc)
Tells the font, which character is used. |
| Uses of BackendCharacter in org.extex.font.format.tfm |
|---|
| Methods in org.extex.font.format.tfm with parameters of type BackendCharacter | |
|---|---|
void |
LoadableTfmFont.usedCharacter(BackendCharacter bc)
Tells the font, which character is used. |
| Uses of BackendCharacter in org.extex.font.format.vf |
|---|
| Methods in org.extex.font.format.vf with parameters of type BackendCharacter | |
|---|---|
void |
LoadableVfFont.usedCharacter(BackendCharacter bc)
Tells the font, which character is used. |
| Uses of BackendCharacter in org.extex.font.format.xtf |
|---|
| Methods in org.extex.font.format.xtf with parameters of type BackendCharacter | |
|---|---|
void |
LoadableXtfFont.usedCharacter(BackendCharacter bc)
Tells the font, which character is used. |
| Uses of BackendCharacter in org.extex.font.manager |
|---|
| Fields in org.extex.font.manager declared as BackendCharacter | |
|---|---|
protected BackendCharacter |
AbstractBackendFontManager.recognizedCharcterId
The back-end character. |
| Methods in org.extex.font.manager that return BackendCharacter | |
|---|---|
BackendCharacter |
AbstractBackendFontManager.getRecognizedCharId()
Get the char info for the most recently recognized pair of font and character. |
BackendCharacter |
BackendFontManagerList.getRecognizedCharId()
Get the char info for the most recently recognized pair of font and character. |
| Methods in org.extex.font.manager that return types with arguments of type BackendCharacter | |
|---|---|
java.util.Iterator<BackendCharacter> |
ManagerInfo.iterate()
Returns the iterator for the BackendCharacters. |
| Methods in org.extex.font.manager with parameters of type BackendCharacter | |
|---|---|
void |
ManagerInfo.add(BackendCharacter ch)
Add the char to the list. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||