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 FontSpecification
CalculatedStyle._font
The 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) float
CssContext.getFontSize2D
(FontSpecification font) float
CssContext.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) float
LayoutContext.getFontSize2D
(FontSpecification font) float
LayoutContext.getXHeight
(FontSpecification parentFont) float
SharedContext.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) float
RenderingContext.getFontSize2D
(FontSpecification font) float
RenderingContext.getXHeight
(FontSpecification parentFont) void
AbstractOutputDevice.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)