Package de.rototor.pdfbox.graphics2d
Klasse PdfBoxGraphics2DFontTextForcedDrawer
java.lang.Object
de.rototor.pdfbox.graphics2d.PdfBoxGraphics2DFontTextDrawer
de.rototor.pdfbox.graphics2d.PdfBoxGraphics2DFontTextDrawerDefaultFonts
de.rototor.pdfbox.graphics2d.PdfBoxGraphics2DFontTextForcedDrawer
- Alle implementierten Schnittstellen:
IPdfBoxGraphics2DFontTextDrawer,Closeable,AutoCloseable
public class PdfBoxGraphics2DFontTextForcedDrawer
extends PdfBoxGraphics2DFontTextDrawerDefaultFonts
Always draw using text, even if we know that we can not map the text correct
-
Verschachtelte Klassen - Übersicht
Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen de.rototor.pdfbox.graphics2d.IPdfBoxGraphics2DFontTextDrawer
IPdfBoxGraphics2DFontTextDrawer.IFontTextDrawerEnv -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleancanDrawText(AttributedCharacterIterator iterator, IPdfBoxGraphics2DFontTextDrawer.IFontTextDrawerEnv env) Von Klasse geerbte Methoden de.rototor.pdfbox.graphics2d.PdfBoxGraphics2DFontTextDrawerDefaultFonts
chooseMatchingCourier, chooseMatchingHelvetica, chooseMatchingTimes, mapDefaultFonts, mapFontVon Klasse geerbte Methoden de.rototor.pdfbox.graphics2d.PdfBoxGraphics2DFontTextDrawer
close, drawText, getFontMetrics, hasDynamicFontMapping, registerFont, registerFont, registerFont, registerFont, registerFont
-
Konstruktordetails
-
PdfBoxGraphics2DFontTextForcedDrawer
public PdfBoxGraphics2DFontTextForcedDrawer()
-
-
Methodendetails
-
canDrawText
public boolean canDrawText(AttributedCharacterIterator iterator, IPdfBoxGraphics2DFontTextDrawer.IFontTextDrawerEnv env) - Angegeben von:
canDrawTextin SchnittstelleIPdfBoxGraphics2DFontTextDrawer- Setzt außer Kraft:
canDrawTextin KlassePdfBoxGraphics2DFontTextDrawer- Parameter:
iterator- Has the text and all its propertiesenv- Environment- Gibt zurück:
- true when the given text can be fully drawn using fonts. return false to have the text drawn as vector shapes
-