|
fop 2.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.fonts.Typeface
org.apache.fop.afp.fonts.AFPFont
org.apache.fop.afp.fonts.AbstractOutlineFont
public abstract class AbstractOutlineFont
A font defined as a set of lines and curves as opposed to a bitmap font. An outline font can be scaled to any size and otherwise transformed more easily than a bitmap font, and with more attractive results.
Field Summary | |
---|---|
protected CharacterSet |
charSet
The character set for this font |
Fields inherited from class org.apache.fop.afp.fonts.AFPFont |
---|
name |
Fields inherited from class org.apache.fop.fonts.Typeface |
---|
eventListener, NOT_FOUND |
Constructor Summary | |
---|---|
AbstractOutlineFont(java.lang.String name,
boolean embeddable,
CharacterSet charSet,
AFPEventProducer eventProducer)
Constructor for an outline font. |
Method Summary | |
---|---|
int |
getAscender(int size)
The ascender is the part of a lowercase letter that extends above the "x-height" (the height of the letter "x"), such as "d", "t", or "h". |
int |
getCapHeight(int size)
Obtains the height of capital letters for the specified point size. |
CharacterSet |
getCharacterSet()
Get the character set metrics. |
CharacterSet |
getCharacterSet(int size)
Get the character set metrics. |
int |
getDescender(int size)
The descender is the part of a lowercase letter that extends below the base line, such as "g", "j", or "p". |
java.lang.String |
getEncodingName()
Get the encoding of the font. |
int |
getUnderlinePosition(int size)
Returns the distance from the baseline to the center of the underline (negative value indicates below baseline). |
int |
getUnderlineThickness(int size)
Returns the thickness of the underline. |
int |
getXHeight(int size)
The "x-height" (the height of the letter "x"). |
boolean |
hasChar(char c)
Determines whether this font contains a particular character/glyph. |
char |
mapChar(char c)
Map a Unicode character to a code point in the font. |
Methods inherited from class org.apache.fop.afp.fonts.AFPFont |
---|
getBoundingBox, getEmbedFontName, getFamilyNames, getFontName, getFontType, getFontURI, getFullName, getKerningInfo, getStrikeoutPosition, getStrikeoutThickness, getWidths, hasKerningInfo, isEmbeddable, toString, toUnicodeCodepoint |
Methods inherited from class org.apache.fop.fonts.Typeface |
---|
getMaxAscent, hadMappingOperations, hasFeature, isMultiByte, notifyMapOperation, setEventListener, warnMissingGlyph |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.fop.fonts.FontMetrics |
---|
getWidth |
Field Detail |
---|
protected CharacterSet charSet
Constructor Detail |
---|
public AbstractOutlineFont(java.lang.String name, boolean embeddable, CharacterSet charSet, AFPEventProducer eventProducer)
name
- the name of the fontembeddable
- sets whether or not this font is to be embeddedcharSet
- the chracter seteventProducer
- The object to handle any events which occur from the object.Method Detail |
---|
public CharacterSet getCharacterSet()
public CharacterSet getCharacterSet(int size)
getCharacterSet
in class AFPFont
size
- ignored
public int getAscender(int size)
size
- the font size (in mpt)
public int getUnderlinePosition(int size)
size
- font size
public int getUnderlineThickness(int size)
AFPFont
getUnderlineThickness
in interface FontMetrics
getUnderlineThickness
in class AFPFont
size
- font size
public int getCapHeight(int size)
size
- the font size (in mpt)
public int getDescender(int size)
size
- the font size (in mpt)
public int getXHeight(int size)
size
- the font size (in mpt)
public boolean hasChar(char c)
hasChar
in class Typeface
c
- character to check
public char mapChar(char c)
mapChar
in class Typeface
c
- character to map
public java.lang.String getEncodingName()
getEncodingName
in class Typeface
|
fop 2.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |