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.pdf org.xhtmlrenderer.render -
-
Uses of FontSpecification in org.xhtmlrenderer.context
Methods in org.xhtmlrenderer.context with parameters of type FontSpecification Modifier and Type Method Description FSFont
AWTFontResolver. 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 FontSpecification
CalculatedStyle. getFont(CssContext ctx)
Methods in org.xhtmlrenderer.css.style with parameters of type FontSpecification Modifier and Type Method Description FSFont
CssContext. 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 FontSpecification Modifier and Type Method Description FSFont
FontResolver. 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 FSFont
LayoutContext. getFont(FontSpecification font)
FSFont
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 FontSpecification Modifier and Type Method Description FSFont
ITextFontResolver. resolveFont(SharedContext renderingContext, FontSpecification spec)
-
Uses of FontSpecification in org.xhtmlrenderer.render
Methods in org.xhtmlrenderer.render with parameters of type FontSpecification Modifier and Type Method Description FSFont
RenderingContext. getFont(FontSpecification font)
float
RenderingContext. getFontSize2D(FontSpecification font)
float
RenderingContext. getXHeight(FontSpecification parentFont)
-