|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BackendFont | |
|---|---|
| org.extex.backend.documentWriter.itextpdf | This package contains a backend of ExTeX which produce a PDF-file. |
| 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 BackendFont in org.extex.backend.documentWriter.itextpdf |
|---|
| Methods in org.extex.backend.documentWriter.itextpdf with parameters of type BackendFont | |
|---|---|
static com.lowagie.text.pdf.BaseFont |
PdfFontFactory.getFont(BackendFont backendfont,
UnicodeChar uc)
Returns the font for the pdf backend. |
| Uses of BackendFont in org.extex.font |
|---|
| Methods in org.extex.font that return BackendFont | |
|---|---|
BackendFont |
FontFactoryImpl.getBackendFont(FontKey key)
Return the font for the backend. |
BackendFont |
BackendFontFactory.getBackendFont(FontKey key)
Return the font for the backend. |
BackendFont |
BackendFontManager.getRecognizedFont()
Get the font info for the most recently recognized pair of font and character. |
| Uses of BackendFont in org.extex.font.format.afm |
|---|
| Classes in org.extex.font.format.afm that implement BackendFont | |
|---|---|
class |
LoadableAfmFont
Class to load afm fonts. |
| Uses of BackendFont in org.extex.font.format.tfm |
|---|
| Classes in org.extex.font.format.tfm that implement BackendFont | |
|---|---|
class |
LoadableTfmFont
Class to load tfm fonts. |
| Uses of BackendFont in org.extex.font.format.vf |
|---|
| Classes in org.extex.font.format.vf that implement BackendFont | |
|---|---|
class |
LoadableVfFont
Class to load the virtual font. |
| Uses of BackendFont in org.extex.font.format.xtf |
|---|
| Classes in org.extex.font.format.xtf that implement BackendFont | |
|---|---|
class |
LoadableXtfFont
Class to load xtf fonts. |
| Uses of BackendFont in org.extex.font.manager |
|---|
| Fields in org.extex.font.manager declared as BackendFont | |
|---|---|
protected BackendFont |
AbstractBackendFontManager.recognizedFont
The recognized font. |
| Methods in org.extex.font.manager that return BackendFont | |
|---|---|
BackendFont |
ManagerInfo.getBackendFont()
Getter for backendFont. |
BackendFont |
AbstractBackendFontManager.getRecognizedFont()
Get the font info for the most recently recognized pair of font and character. |
BackendFont |
BackendFontManagerList.getRecognizedFont()
Get the font info for the most recently recognized pair of font and character. |
| Methods in org.extex.font.manager with parameters of type BackendFont | |
|---|---|
void |
ManagerInfo.setBackendFont(BackendFont backendFont)
Setter for backendFont. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||