Uses of Class
com.openhtmltopdf.css.value.FontSpecification
| Package | Description |
|---|---|
| com.openhtmltopdf.css.style | |
| com.openhtmltopdf.extend | |
| com.openhtmltopdf.layout | |
| com.openhtmltopdf.render | |
| com.openhtmltopdf.swing |
-
Uses of FontSpecification in com.openhtmltopdf.css.style
Methods in com.openhtmltopdf.css.style that return FontSpecification Modifier and Type Method Description FontSpecificationCalculatedStyle. getFont(CssContext ctx)FontSpecificationCalculatedStyle. getFontSpecification()Methods in com.openhtmltopdf.css.style with parameters of type FontSpecification Modifier and Type Method Description FSFontCssContext. getFont(FontSpecification font)floatCssContext. getFontSize2D(FontSpecification font)floatCssContext. 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 FSFontFontResolver. 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 FSFontLayoutContext. getFont(FontSpecification font)FSFontSharedContext. getFont(FontSpecification spec)floatLayoutContext. getFontSize2D(FontSpecification font)floatLayoutContext. getXHeight(FontSpecification parentFont)floatSharedContext. getXHeight(FontContext fontContext, FontSpecification fs) -
Uses of FontSpecification in com.openhtmltopdf.render
Methods in com.openhtmltopdf.render that return FontSpecification Modifier and Type Method Description FontSpecificationAbstractOutputDevice. getFontSpecification()Gets the FontSpecification for this AbstractOutputDevice.Methods in com.openhtmltopdf.render with parameters of type FontSpecification Modifier and Type Method Description FSFontRenderingContext. getFont(FontSpecification font)floatRenderingContext. getFontSize2D(FontSpecification font)floatRenderingContext. getXHeight(FontSpecification parentFont)voidAbstractOutputDevice. 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 FSFontAWTFontResolver. resolveFont(SharedContext renderingContext, FontSpecification spec)