Uses of Interface
com.openhtmltopdf.extend.FontContext
-
Packages that use FontContext Package Description com.openhtmltopdf.css.style com.openhtmltopdf.extend com.openhtmltopdf.java2d com.openhtmltopdf.layout com.openhtmltopdf.pdfboxout com.openhtmltopdf.render -
-
Uses of FontContext in com.openhtmltopdf.css.style
Methods in com.openhtmltopdf.css.style that return FontContext Modifier and Type Method Description FontContextCssContext. getFontContext() -
Uses of FontContext in com.openhtmltopdf.extend
Methods in com.openhtmltopdf.extend with parameters of type FontContext Modifier and Type Method Description FSFontMetricsTextRenderer. getFSFontMetrics(FontContext context, FSFont font, java.lang.String string)intTextRenderer. getWidth(FontContext context, FSFont font, java.lang.String string)Rarely need to use this method directly.voidTextRenderer. setup(FontContext context) -
Uses of FontContext in com.openhtmltopdf.java2d
Classes in com.openhtmltopdf.java2d that implement FontContext Modifier and Type Class Description classJava2DFontContextMethods in com.openhtmltopdf.java2d with parameters of type FontContext Modifier and Type Method Description FSFontMetricsJava2DTextRenderer. getFSFontMetrics(FontContext fc, FSFont font, java.lang.String string)intJava2DTextRenderer. getWidth(FontContext fc, FSFont font, java.lang.String string)private intJava2DTextRenderer. getWidthFast(FontContext fc, java.awt.Font awtFont, java.lang.String string)private intJava2DTextRenderer. getWidthSlow(FontContext fc, java.util.List<java.awt.Font> fonts, java.lang.String string)This method divides the string up into font runs, then measures each font run, adding it to the total.voidJava2DTextRenderer. setup(FontContext context)voidJava2DTextRenderer. setup(FontContext fontContext, BidiReorderer bidiReorderer) -
Uses of FontContext in com.openhtmltopdf.layout
Fields in com.openhtmltopdf.layout declared as FontContext Modifier and Type Field Description private FontContextLayoutContext. _fontContextMethods in com.openhtmltopdf.layout that return FontContext Modifier and Type Method Description FontContextLayoutContext. getFontContext()Methods in com.openhtmltopdf.layout with parameters of type FontContext Modifier and Type Method Description floatSharedContext. getXHeight(FontContext fontContext, FontSpecification fs)voidLayoutContext. setFontContext(FontContext fontContext) -
Uses of FontContext in com.openhtmltopdf.pdfboxout
Classes in com.openhtmltopdf.pdfboxout that implement FontContext Modifier and Type Class Description classPdfBoxFontContextMethods in com.openhtmltopdf.pdfboxout with parameters of type FontContext Modifier and Type Method Description FSFontMetricsPdfBoxTextRenderer. getFSFontMetrics(FontContext context, FSFont font, java.lang.String string)intPdfBoxTextRenderer. getWidth(FontContext context, FSFont font, java.lang.String string)voidPdfBoxTextRenderer. setup(FontContext context)voidPdfBoxTextRenderer. setup(FontContext context, BidiReorderer reorderer) -
Uses of FontContext in com.openhtmltopdf.render
Fields in com.openhtmltopdf.render declared as FontContext Modifier and Type Field Description private FontContextRenderingContext. fontContextMethods in com.openhtmltopdf.render that return FontContext Modifier and Type Method Description FontContextRenderingContext. getFontContext()Methods in com.openhtmltopdf.render with parameters of type FontContext Modifier and Type Method Description voidRenderingContext. setFontContext(FontContext fontContext)
-