Uses of Class
org.xhtmlrenderer.css.value.FontSpecification
Packages that use FontSpecification
Package
Description
-
Uses of FontSpecification in org.xhtmlrenderer.context
Methods in org.xhtmlrenderer.context with parameters of type FontSpecificationModifier and TypeMethodDescriptionAWTFontResolver.resolveFont
(SharedContext renderingContext, FontSpecification spec) -
Uses of FontSpecification in org.xhtmlrenderer.css.style
Fields in org.xhtmlrenderer.css.style declared as FontSpecificationModifier and TypeFieldDescriptionprivate FontSpecification
CalculatedStyle._font
The derived Font for this styleMethods in org.xhtmlrenderer.css.style that return FontSpecificationModifier and TypeMethodDescriptionCalculatedStyle.getFont
(CssContext ctx) CalculatedStyle.getFontSpecification()
Methods in org.xhtmlrenderer.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 org.xhtmlrenderer.extend
Methods in org.xhtmlrenderer.extend with parameters of type FontSpecificationModifier and TypeMethodDescriptionFontResolver.resolveFont
(SharedContext renderingContext, FontSpecification spec) -
Uses of FontSpecification in org.xhtmlrenderer.layout
Methods in org.xhtmlrenderer.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 org.xhtmlrenderer.pdf
Methods in org.xhtmlrenderer.pdf with parameters of type FontSpecificationModifier and TypeMethodDescriptionITextFontResolver.resolveFont
(SharedContext renderingContext, FontSpecification spec) -
Uses of FontSpecification in org.xhtmlrenderer.render
Fields in org.xhtmlrenderer.render declared as FontSpecificationMethods in org.xhtmlrenderer.render that return FontSpecificationModifier and TypeMethodDescriptionAbstractOutputDevice.getFontSpecification()
Gets the FontSpecification for this AbstractOutputDevice.Methods in org.xhtmlrenderer.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 org.xhtmlrenderer.swing
Methods in org.xhtmlrenderer.swing with parameters of type FontSpecificationModifier and TypeMethodDescriptionAWTFontResolver.resolveFont
(SharedContext renderingContext, FontSpecification spec) -
Uses of FontSpecification in org.xhtmlrenderer.swt
Methods in org.xhtmlrenderer.swt with parameters of type FontSpecificationModifier and TypeMethodDescriptionSWTFontResolver.resolveFont
(SharedContext renderingContext, FontSpecification spec)