org.apache.fop.render.mif.fonts
Class Courier
java.lang.Object
|
+--org.apache.fop.render.mif.Font
|
+--org.apache.fop.render.mif.fonts.Courier
- All Implemented Interfaces:
- FontMetric
- public class Courier
- extends Font
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Courier
public Courier()
encoding
public java.lang.String encoding()
- Description copied from class:
Font
- get the encoding of the font
- Overrides:
encoding
in class Font
fontName
public java.lang.String fontName()
- Description copied from class:
Font
- get the base font name
- Overrides:
fontName
in class Font
getAscender
public int getAscender(int size)
getCapHeight
public int getCapHeight(int size)
getDescender
public int getDescender(int size)
getXHeight
public int getXHeight(int size)
getFirstChar
public int getFirstChar()
getLastChar
public int getLastChar()
width
public int width(int i,
int size)
- Description copied from interface:
FontMetric
- return width (in 1/1000ths of point size) of character at
code point i
getWidths
public int[] getWidths(int size)
Copyright © 1999-2002 Apache Software Foundation. All Rights Reserved.