Uses of Class
org.xhtmlrenderer.css.value.FontSpecification
-
Packages that use FontSpecification Package Description org.xhtmlrenderer.context org.xhtmlrenderer.css.style org.xhtmlrenderer.extend org.xhtmlrenderer.layout org.xhtmlrenderer.render org.xhtmlrenderer.swing -
-
Uses of FontSpecification in org.xhtmlrenderer.context
Methods in org.xhtmlrenderer.context with parameters of type FontSpecification Modifier and Type Method Description FSFontAWTFontResolver. resolveFont(SharedContext renderingContext, FontSpecification spec) -
Uses of FontSpecification in org.xhtmlrenderer.css.style
Methods in org.xhtmlrenderer.css.style that return FontSpecification Modifier and Type Method Description FontSpecificationCalculatedStyle. getFont(CssContext ctx)FontSpecificationCalculatedStyle. getFontSpecification()Methods in org.xhtmlrenderer.css.style with parameters of type FontSpecification Modifier and Type Method Description FSFontCssContext. getFont(FontSpecification font)floatCssContext. getFontSize2D(FontSpecification font)floatCssContext. getXHeight(FontSpecification parentFont) -
Uses of FontSpecification in org.xhtmlrenderer.extend
Methods in org.xhtmlrenderer.extend with parameters of type FontSpecification Modifier and Type Method Description FSFontFontResolver. resolveFont(SharedContext renderingContext, FontSpecification spec) -
Uses of FontSpecification in org.xhtmlrenderer.layout
Methods in org.xhtmlrenderer.layout with parameters of type FontSpecification Modifier and Type Method Description FSFontLayoutContext. getFont(FontSpecification font)FSFontSharedContext. getFont(FontSpecification spec)floatLayoutContext. getFontSize2D(FontSpecification font)floatLayoutContext. getXHeight(FontSpecification parentFont)floatSharedContext. getXHeight(FontContext fontContext, FontSpecification fs) -
Uses of FontSpecification in org.xhtmlrenderer.render
Methods in org.xhtmlrenderer.render that return FontSpecification Modifier and Type Method Description FontSpecificationAbstractOutputDevice. getFontSpecification()Gets the FontSpecification for this AbstractOutputDevice.Methods in org.xhtmlrenderer.render with parameters of type FontSpecification Modifier and Type Method Description FSFontRenderingContext. 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 org.xhtmlrenderer.swing
Methods in org.xhtmlrenderer.swing with parameters of type FontSpecification Modifier and Type Method Description FSFontAWTFontResolver. resolveFont(SharedContext renderingContext, FontSpecification spec)
-