Uses of Class
com.openhtmltopdf.css.value.FontSpecification
-
-
Uses of FontSpecification in com.openhtmltopdf.css.style
Fields in com.openhtmltopdf.css.style declared as FontSpecification Modifier and Type Field Description private FontSpecification
CalculatedStyle. _font
The derived Font for this styleMethods in com.openhtmltopdf.css.style that return FontSpecification Modifier and Type Method Description FontSpecification
CalculatedStyle. getFont(CssContext ctx)
FontSpecification
CalculatedStyle. getFontSpecification()
Methods in com.openhtmltopdf.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 com.openhtmltopdf.extend
Methods in com.openhtmltopdf.extend with parameters of type FontSpecification Modifier and Type Method Description FSFont
FontResolver. resolveFont(SharedContext renderingContext, FontSpecification spec)
-
Uses of FontSpecification in com.openhtmltopdf.java2d
Methods in com.openhtmltopdf.java2d with parameters of type FontSpecification Modifier and Type Method Description FSFont
Java2DFontResolver. resolveFont(SharedContext renderingContext, FontSpecification spec)
-
Uses of FontSpecification in com.openhtmltopdf.layout
Methods in com.openhtmltopdf.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 com.openhtmltopdf.pdfboxout
Methods in com.openhtmltopdf.pdfboxout with parameters of type FontSpecification Modifier and Type Method Description FSFont
PdfBoxFontResolver. resolveFont(SharedContext renderingContext, FontSpecification spec)
-
Uses of FontSpecification in com.openhtmltopdf.render
Fields in com.openhtmltopdf.render declared as FontSpecification Modifier and Type Field Description private FontSpecification
AbstractOutputDevice. _fontSpec
Methods in com.openhtmltopdf.render that return FontSpecification Modifier and Type Method Description FontSpecification
AbstractOutputDevice. getFontSpecification()
Gets the FontSpecification for this AbstractOutputDevice.Methods in com.openhtmltopdf.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)
void
AbstractOutputDevice. setFontSpecification(FontSpecification fs)
Sets the FontSpecification for this AbstractOutputDevice. -
Uses of FontSpecification in com.openhtmltopdf.swing
Methods in com.openhtmltopdf.swing with parameters of type FontSpecification Modifier and Type Method Description FSFont
AWTFontResolver. resolveFont(SharedContext renderingContext, FontSpecification spec)
-