Uses of Class
com.openhtmltopdf.css.value.FontSpecification
Packages that use FontSpecification
Package
Description
-
Uses of FontSpecification in com.openhtmltopdf.css.style
Fields in com.openhtmltopdf.css.style declared as FontSpecificationModifier and TypeFieldDescriptionprivate FontSpecificationCalculatedStyle._fontThe derived Font for this styleMethods in com.openhtmltopdf.css.style that return FontSpecificationModifier and TypeMethodDescriptionCalculatedStyle.getFont(CssContext ctx) CalculatedStyle.getFontSpecification()Methods in com.openhtmltopdf.css.style with parameters of type FontSpecificationModifier and TypeMethodDescriptionCssContext.getFont(FontSpecification font) floatCssContext.getFontSize2D(FontSpecification font) floatCssContext.getXHeight(FontSpecification parentFont) -
Uses of FontSpecification in com.openhtmltopdf.extend
Methods in com.openhtmltopdf.extend with parameters of type FontSpecificationModifier and TypeMethodDescriptionFontResolver.resolveFont(SharedContext renderingContext, FontSpecification spec) -
Uses of FontSpecification in com.openhtmltopdf.java2d
Methods in com.openhtmltopdf.java2d with parameters of type FontSpecificationModifier and TypeMethodDescriptionJava2DFontResolver.resolveFont(SharedContext renderingContext, FontSpecification spec) -
Uses of FontSpecification in com.openhtmltopdf.layout
Methods in com.openhtmltopdf.layout with parameters of type FontSpecificationModifier and TypeMethodDescriptionLayoutContext.getFont(FontSpecification font) SharedContext.getFont(FontSpecification spec) floatLayoutContext.getFontSize2D(FontSpecification font) floatLayoutContext.getXHeight(FontSpecification parentFont) floatSharedContext.getXHeight(FontContext fontContext, FontSpecification fs) -
Uses of FontSpecification in com.openhtmltopdf.pdfboxout
Methods in com.openhtmltopdf.pdfboxout with parameters of type FontSpecificationModifier and TypeMethodDescriptionPdfBoxFontResolver.resolveFont(SharedContext renderingContext, FontSpecification spec) -
Uses of FontSpecification in com.openhtmltopdf.render
Fields in com.openhtmltopdf.render declared as FontSpecificationMethods in com.openhtmltopdf.render that return FontSpecificationModifier and TypeMethodDescriptionAbstractOutputDevice.getFontSpecification()Gets the FontSpecification for this AbstractOutputDevice.Methods in com.openhtmltopdf.render with parameters of type FontSpecificationModifier and TypeMethodDescriptionRenderingContext.getFont(FontSpecification font) floatRenderingContext.getFontSize2D(FontSpecification font) floatRenderingContext.getXHeight(FontSpecification parentFont) voidAbstractOutputDevice.setFontSpecification(FontSpecification fs) Sets the FontSpecification for this AbstractOutputDevice. -
Uses of FontSpecification in com.openhtmltopdf.swing
Methods in com.openhtmltopdf.swing with parameters of type FontSpecificationModifier and TypeMethodDescriptionAWTFontResolver.resolveFont(SharedContext renderingContext, FontSpecification spec)