|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExtexFont | |
|---|---|
| org.extex.font | This package contains the core data types for fonts in ExTeX. |
| org.extex.font.format | |
| 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.typesetter.tc.font | |
| org.extex.typesetter.tc.font.impl | |
| Uses of ExtexFont in org.extex.font |
|---|
| Subinterfaces of ExtexFont in org.extex.font | |
|---|---|
interface |
LoadableFont
Interface for font which can be loaded from an external resource. |
| Methods in org.extex.font that return ExtexFont | |
|---|---|
ExtexFont |
FontFactoryImpl.getInstance(FontKey key)
Return a new instance. |
ExtexFont |
CoreFontFactory.getInstance(FontKey key)
Return a new instance. |
| Uses of ExtexFont in org.extex.font.format |
|---|
| Classes in org.extex.font.format that implement ExtexFont | |
|---|---|
class |
NullExtexFont
This class implements a dummy font which does not contain any characters. |
| Uses of ExtexFont in org.extex.font.format.afm |
|---|
| Classes in org.extex.font.format.afm that implement ExtexFont | |
|---|---|
class |
LoadableAfmFont
Class to load afm fonts. |
| Uses of ExtexFont in org.extex.font.format.tfm |
|---|
| Classes in org.extex.font.format.tfm that implement ExtexFont | |
|---|---|
class |
LoadableTfmFont
Class to load tfm fonts. |
| Uses of ExtexFont in org.extex.font.format.vf |
|---|
| Classes in org.extex.font.format.vf that implement ExtexFont | |
|---|---|
class |
LoadableVfFont
Class to load the virtual font. |
| Uses of ExtexFont in org.extex.font.format.xtf |
|---|
| Classes in org.extex.font.format.xtf that implement ExtexFont | |
|---|---|
class |
LoadableXtfFont
Class to load xtf fonts. |
| Uses of ExtexFont in org.extex.typesetter.tc.font |
|---|
| Methods in org.extex.typesetter.tc.font with parameters of type ExtexFont | |
|---|---|
void |
ModifiableFont.setFont(ExtexFont font)
Setter for the font. |
| Uses of ExtexFont in org.extex.typesetter.tc.font.impl |
|---|
| Methods in org.extex.typesetter.tc.font.impl that return ExtexFont | |
|---|---|
ExtexFont |
FontImpl.getFount()
Getter for the font. |
| Methods in org.extex.typesetter.tc.font.impl with parameters of type ExtexFont | |
|---|---|
void |
FontImpl.setFont(ExtexFont font)
Setter for the font. |
| Constructors in org.extex.typesetter.tc.font.impl with parameters of type ExtexFont | |
|---|---|
FontImpl(ExtexFont font)
Create a new Object |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||