Uses of Interface
com.openhtmltopdf.render.FSFont
| Package | Description |
|---|---|
| com.openhtmltopdf.css.style | |
| com.openhtmltopdf.extend | |
| com.openhtmltopdf.layout | |
| com.openhtmltopdf.render | |
| com.openhtmltopdf.swing |
-
Uses of FSFont in com.openhtmltopdf.css.style
Methods in com.openhtmltopdf.css.style that return FSFont Modifier and Type Method Description FSFontCssContext. getFont(FontSpecification font)FSFontCalculatedStyle. getFSFont(CssContext cssContext)Methods in com.openhtmltopdf.css.style with parameters of type FSFont Modifier and Type Method Description FSFontMetricsCssContext. getFSFontMetrics(FSFont font) -
Uses of FSFont in com.openhtmltopdf.extend
Methods in com.openhtmltopdf.extend that return FSFont Modifier and Type Method Description FSFontFontResolver. resolveFont(SharedContext renderingContext, FontSpecification spec)Methods in com.openhtmltopdf.extend with parameters of type FSFont Modifier and Type Method Description FSFontMetricsTextRenderer. getFSFontMetrics(FontContext context, FSFont font, String string)intTextRenderer. getWidth(FontContext context, FSFont font, String string)Rarely need to use this method directly.voidOutputDevice. setFont(FSFont font) -
Uses of FSFont in com.openhtmltopdf.layout
Methods in com.openhtmltopdf.layout that return FSFont Modifier and Type Method Description FSFontLayoutContext. getFont(FontSpecification font)FSFontSharedContext. getFont(FontSpecification spec)Methods in com.openhtmltopdf.layout with parameters of type FSFont Modifier and Type Method Description FSFontMetricsLayoutContext. getFSFontMetrics(FSFont font)static intBreaker. getTextWidthWithLetterSpacing(CssContext c, FSFont font, String text, float letterSpacing)Gets the width of a string with letter spacing factored in. -
Uses of FSFont in com.openhtmltopdf.render
Methods in com.openhtmltopdf.render that return FSFont Modifier and Type Method Description FSFontRenderingContext. getFont(FontSpecification font)Methods in com.openhtmltopdf.render with parameters of type FSFont Modifier and Type Method Description FSFontMetricsRenderingContext. getFSFontMetrics(FSFont font) -
Uses of FSFont in com.openhtmltopdf.swing
Classes in com.openhtmltopdf.swing that implement FSFont Modifier and Type Class Description classAWTFSFontMethods in com.openhtmltopdf.swing that return FSFont Modifier and Type Method Description FSFontAWTFontResolver. resolveFont(SharedContext renderingContext, FontSpecification spec)FSFontAWTFontResolver. resolveFont(SharedContext ctx, String[] families, float size, IdentValue weight, IdentValue style, IdentValue variant)Resolves a list of font families.