DynamicPDF by ceTe Software

com.cete.dynamicpdf.text
Class FormFont

java.lang.Object
  extended by com.cete.dynamicpdf.Resource
      extended by com.cete.dynamicpdf.Font
          extended by com.cete.dynamicpdf.text.FormFont
Direct Known Subclasses:
CoreLatinFont, Symbol

public abstract class FormFont
extends Font

Represents the fonts used by form fields.

Licensing:
This class is a DynamicPDF Generator Community Edition feature.


Constructor Summary
FormFont(Encoder encoder)
          Creates a new instance of FormFont.
FormFont(Encoder encoder, long uid)
          Creates a new instance of FormFont.
 
Method Summary
abstract  java.lang.String getFormFontName()
          Gets the four character name of the font.
 
Methods inherited from class com.cete.dynamicpdf.Font
getAscender, getAscender, getBaseLine, getCeTeBullets, getCourier, getCourierBold, getCourierBoldOblique, getCourierOblique, getDefaultLeading, getDescender, getDescender, getEncoder, getGlyphWidth, getHanyangSystemsGothicMedium, getHanyangSystemsShinMyeongJoMedium, getHeiseiKakuGothicW5, getHeiseiMinchoW3, getHelvetica, getHelveticaBold, getHelveticaBoldOblique, getHelveticaOblique, getKernValue, getLineBreaker, getLineGap, getLineGap, getMonotypeHeiMedium, getMonotypeSungLight, getName, getResourceType, getSinoTypeSongLight, getSymbol, getTextLines, getTextLines, getTextWidth, getTextWidth, getTimesBold, getTimesBoldItalic, getTimesItalic, getTimesRoman, getZapfDingbats, hasKerning
 
Methods inherited from class com.cete.dynamicpdf.Resource
draw, getRequiredPdfObjects, getUid, newUid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormFont

public FormFont(Encoder encoder)
Creates a new instance of FormFont.

Parameters:
encoder - The encoder of the form font.

FormFont

public FormFont(Encoder encoder,
                long uid)
Creates a new instance of FormFont.

Parameters:
encoder - The encoder of the form font.
uid - the uid of the form font.
Method Detail

getFormFontName

public abstract java.lang.String getFormFontName()
Gets the four character name of the font.

Overrides:
getFormFontName in class Font
Returns:
Four character name of the font.

DynamicPDF by ceTe Software

API Reference for DynamicPDF v10.04 for Java generated on September 25, 2019
© Copyright 2019, ceTe Software