Package org.xhtmlrenderer.css.style
Interface CssContext
-
- All Known Implementing Classes:
LayoutContext,RenderingContext
public interface CssContextUser: tobe Date: 2005-jun-23
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StyleReferencegetCss()intgetDotsPerPixel()FSFontgetFont(FontSpecification font)floatgetFontSize2D(FontSpecification font)FSFontMetricsgetFSFontMetrics(FSFont font)floatgetMmPerDot()floatgetXHeight(FontSpecification parentFont)
-
-
-
Method Detail
-
getMmPerDot
float getMmPerDot()
-
getDotsPerPixel
int getDotsPerPixel()
-
getFontSize2D
float getFontSize2D(FontSpecification font)
-
getXHeight
float getXHeight(FontSpecification parentFont)
-
getFont
FSFont getFont(FontSpecification font)
-
getCss
StyleReference getCss()
-
getFSFontMetrics
FSFontMetrics getFSFontMetrics(FSFont font)
-
-