Package com.openhtmltopdf.css.style
Interface CssContext
- All Known Implementing Classes:
LayoutContext,RenderingContext
public interface CssContext
-
Method Summary
Modifier and TypeMethodDescriptiongetCss()intgetFont(FontSpecification font) floatgetFSFontMetrics(FSFont font) floatfloatgetXHeight(FontSpecification parentFont) booleanReturns true if we are laying out the footnote area rather than general content.
-
Method Details
-
getMmPerDot
float getMmPerDot() -
getDotsPerPixel
int getDotsPerPixel() -
getFontSize2D
-
getXHeight
-
getFont
-
getCss
StyleReference getCss() -
getFSFontMetrics
-
getFontContext
FontContext getFontContext() -
getTextRenderer
TextRenderer getTextRenderer() -
isInFloatBottom
boolean isInFloatBottom()Returns true if we are laying out the footnote area rather than general content.
-