|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cete.dynamicpdf.Resource com.cete.dynamicpdf.Font com.cete.dynamicpdf.text.FormFont com.cete.dynamicpdf.text.CoreLatinFont com.cete.dynamicpdf.text.Helvetica
public class Helvetica
Represents the core PDF Helvetica font.
Licensing:
This class is a DynamicPDF Generator Community Edition feature.
Constructor Summary | |
---|---|
Helvetica(SingleByteEncoder encoder)
Initializes a new instance of the Helvetica font class. |
Method Summary | |
---|---|
java.lang.String |
getFormFontName()
Gets the four character name of the font. |
float |
GetKernValue(char left,
char right)
Returns the kern value correspoding to the given glyph combination. |
boolean |
hasKerning()
Indicates whether the given font is having Kerning pairs or not. |
Methods inherited from class com.cete.dynamicpdf.text.CoreLatinFont |
---|
draw, getAscender, getDescender, getGlyphWidth, getLineBreaker, getLineGap, getName, getRequiredPdfObjects, getSingleByteEncoder |
Methods inherited from class com.cete.dynamicpdf.Resource |
---|
getUid, newUid |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Helvetica(SingleByteEncoder encoder)
Helvetica
font class.
encoder
- Single byte encoding to use for the font.Method Detail |
---|
public java.lang.String getFormFontName()
FormFont
getFormFontName
in class FormFont
public boolean hasKerning()
Font
hasKerning
in class Font
public float GetKernValue(char left, char right)
left
- Left glyph.right
- Right glyph.
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |