Package com.openhtmltopdf.css.style
Interface CssContext
- All Known Implementing Classes:
LayoutContext
,RenderingContext
public interface CssContext
-
Method Summary
Modifier and TypeMethodDescriptiongetCss()
int
getFont
(FontSpecification font) float
getFSFontMetrics
(FSFont font) float
float
getXHeight
(FontSpecification parentFont) boolean
Returns 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.
-