|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lowagie.text.pdf.PdfFont
class PdfFont
PdfFont
is the Pdf Font object.
Limitation: in this class only base 14 Type 1 fonts (courier, courier bold, courier oblique,
courier boldoblique, helvetica, helvetica bold, helvetica oblique, helvetica boldoblique,
symbol, times roman, times bold, times italic, times bolditalic, zapfdingbats) and their
standard encoding (standard, MacRoman, (MacExpert,) WinAnsi) are supported.
This object is described in the 'Portable Document Format Reference Manual version 1.3'
section 7.7 (page 198-203).
PdfName
,
PdfDictionary
,
BadPdfFormatException
Field Summary | |
---|---|
private BaseFont |
font
the font metrics. |
protected float |
hScale
|
protected Image |
image
an image. |
private float |
size
the size. |
Constructor Summary | |
---|---|
PdfFont(BaseFont bf,
float size)
|
Method Summary | |
---|---|
int |
compareTo(Object object)
Compares this PdfFont with another |
(package private) static PdfFont |
getDefaultFont()
|
(package private) BaseFont |
getFont()
|
(package private) void |
setHorizontalScaling(float hScale)
|
(package private) void |
setImage(Image image)
|
(package private) float |
size()
Returns the size of this font. |
(package private) float |
width()
Returns the approximative width of 1 character of this font. |
(package private) float |
width(int character)
Returns the width of a certain character of this font. |
(package private) float |
width(String s)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private BaseFont font
private float size
protected Image image
protected float hScale
Constructor Detail |
---|
PdfFont(BaseFont bf, float size)
Method Detail |
---|
public int compareTo(Object object)
PdfFont
with another
compareTo
in interface Comparable
object
- the other PdfFont
float size()
float width()
float width(int character)
character
- a certain character
float width(String s)
BaseFont getFont()
void setImage(Image image)
static PdfFont getDefaultFont()
void setHorizontalScaling(float hScale)
|
Hosted by Hostbasket | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |