Uses of Interface
com.openhtmltopdf.extend.FontContext
-
Packages that use FontContext Package Description com.openhtmltopdf.css.style com.openhtmltopdf.extend com.openhtmltopdf.layout 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, String string)intTextRenderer. getWidth(FontContext context, FSFont font, String string)Rarely need to use this method directly.voidTextRenderer. setup(FontContext context) -
Uses of FontContext in com.openhtmltopdf.layout
Methods 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.render
Methods 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)
-