|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExtexFont
Interface for the extex font.
| Method Summary | |
|---|---|
FixedDimen |
getActualSize()
Returns the actual size of the font. |
FixedGlue |
getDepth(UnicodeChar uc)
Returns the depth of the char. |
FixedDimen |
getDesignSize()
Returns the design size of the font. |
FixedDimen |
getEm()
Returns the size of 'M'. |
FixedDimen |
getEx()
Returns the size of 'x'. |
FixedDimen |
getFontDimen(java.lang.String name)
Returns the size of the parameter with the name 'name'. |
java.lang.String |
getFontName()
Returns the name of the font. |
FixedGlue |
getHeight(UnicodeChar uc)
Returns the height of the char. |
FixedDimen |
getItalicCorrection(UnicodeChar uc)
Returns the italic correction of the char. |
FixedDimen |
getKerning(UnicodeChar uc1,
UnicodeChar uc2)
Returns the kerning between two chars. |
UnicodeChar |
getLigature(UnicodeChar uc1,
UnicodeChar uc2)
Returns the ligature for two chars. |
FixedCount |
getScaleFactor()
Returns the scale factor of the font. |
FixedGlue |
getSpace()
Returns the size of the 'space'. |
FixedGlue |
getWidth(UnicodeChar uc)
Returns the width of the char. |
boolean |
hasGlyph(UnicodeChar uc)
Returns true, if the glyph exists. |
| Methods inherited from interface org.extex.font.BaseFont |
|---|
getActualFontKey, getFontKey |
| Method Detail |
|---|
FixedDimen getActualSize()
FixedGlue getDepth(UnicodeChar uc)
uc - The Unicode char.
FixedDimen getDesignSize()
FixedDimen getEm()
FixedDimen getEx()
FixedDimen getFontDimen(java.lang.String name)
The size are multiples of the design size!
name - The name of the parameter.
java.lang.String getFontName()
FixedGlue getHeight(UnicodeChar uc)
uc - The Unicode char.
FixedDimen getItalicCorrection(UnicodeChar uc)
uc - The Unicode char.
FixedDimen getKerning(UnicodeChar uc1,
UnicodeChar uc2)
uc1 - The Unicode char (first one).uc2 - The Unicode char (second one).
UnicodeChar getLigature(UnicodeChar uc1,
UnicodeChar uc2)
null is returned.
uc1 - The Unicode char (first one).uc2 - The Unicode char (second one).
FixedCount getScaleFactor()
FixedGlue getSpace()
FixedGlue getWidth(UnicodeChar uc)
uc - The Unicode char.
boolean hasGlyph(UnicodeChar uc)
true, if the glyph exists.
uc - the unicode char
true, if the glyph exists.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||