Uses of Class org.pdfbox.pdmodel.font.PDFont

Uses in package org.pdfbox.pdmodel.edit

Methods with parameter type org.pdfbox.pdmodel.font.PDFont

void
PDPageContentStream.setFont(PDFont font, float fontSize)
Set the font to draw text with.

Uses in package org.pdfbox.pdmodel.graphics

Methods with parameter type org.pdfbox.pdmodel.font.PDFont

void
This will set the font for this font setting.

Methods with return type org.pdfbox.pdmodel.font.PDFont

PDFont
This will get the font for this font setting.

Uses in package org.pdfbox.util

Constructors with parameter type org.pdfbox.pdmodel.font.PDFont

TextPosition.TextPosition(float xPos, float yPos, float xScl, float yScl, float widthValue, float heightValue, float spaceWidth, String string, PDFont currentFont, float fontSizeValue, float ws)
Constructor.

Methods with return type org.pdfbox.pdmodel.font.PDFont

PDFont
This will get the font for the text being drawn.

Uses in package org.pdfbox.pdmodel.text

Methods with parameter type org.pdfbox.pdmodel.font.PDFont

void
Set the value of the font.

Methods with return type org.pdfbox.pdmodel.font.PDFont

PDFont
Get the value of the font.

Uses in package org.pdfbox.pdmodel.font

Classes derived from org.pdfbox.pdmodel.font.PDFont

class
This is implementation for the CIDFontType0/CIDFontType2 Fonts.
class
This is implementation of the CIDFontType0 Font.
class
This is implementation of the CIDFontType2 Font.
class
This is implementation of the Multiple Master Type1 Font.
class
This class contains implementation details of the simple pdf fonts.
class
This is the TrueType implementation of fonts.
class
This is implementation of the Type0 Font.
class
This is implementation of the Type1 Font with a afm and a pfb file.
class
This is implementation of the Type1 Font.
class
This is implementation of the Type3 Font.

Methods with return type org.pdfbox.pdmodel.font.PDFont

PDFont
This will create the correct font based on information in the dictionary.
PDFont
PDFontFactory.createFont(COSDictionary dic, Map fontCache)
Create a font from the dictionary.