Uses of Class
com.storedobject.pdf.PDFFont
Packages that use PDFFont
-
Uses of PDFFont in com.storedobject.pdf
Methods in com.storedobject.pdf that return PDFFontModifier and TypeMethodDescriptionPDFChunk.getFont()
Set the font.PDFPhrase.getFont()
Get the current font.Methods in com.storedobject.pdf with parameters of type PDFFontModifier and TypeMethodDescriptionAppends a font to this text.Appends text from the objectvoid
Set the font.void
Set the font as the current font..void
PDF.showText
(String text, int x, int y, int alignment, float rotation, PDFFont font, float fontSize, PDFColor color, float opacity) Show text at some specified position.Constructors in com.storedobject.pdf with parameters of type PDFFontModifierConstructorDescriptionConstruct from a given character.Construct from a given text.Construct from another font.PDFParagraph
(String text, PDFFont font) Constructor.Creates a text string from the object.