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 FontSpecificationCalculatedStyle. _fontThe derived Font for this styleMethods 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.java2d
Methods in com.openhtmltopdf.java2d with parameters of type FontSpecification Modifier and Type Method Description FSFontJava2DFontResolver. 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.pdfboxout
Methods in com.openhtmltopdf.pdfboxout with parameters of type FontSpecification Modifier and Type Method Description FSFontPdfBoxFontResolver. 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 FontSpecificationAbstractOutputDevice. _fontSpecMethods 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)
-