public interface CssContext
| Modifier and Type | Method and Description |
|---|---|
StyleReference |
getCss() |
int |
getDotsPerPixel() |
FSFont |
getFont(FontSpecification font) |
FontContext |
getFontContext() |
float |
getFontSize2D(FontSpecification font) |
FSFontMetrics |
getFSFontMetrics(FSFont font) |
float |
getMmPerDot() |
TextRenderer |
getTextRenderer() |
float |
getXHeight(FontSpecification parentFont) |
boolean |
isInFloatBottom()
Returns true if we are laying out the footnote area rather
than general content.
|
float getMmPerDot()
int getDotsPerPixel()
float getFontSize2D(FontSpecification font)
float getXHeight(FontSpecification parentFont)
FSFont getFont(FontSpecification font)
StyleReference getCss()
FSFontMetrics getFSFontMetrics(FSFont font)
FontContext getFontContext()
TextRenderer getTextRenderer()
boolean isInFloatBottom()
Copyright © 2004–2025. All rights reserved.