Uses of Class
org.openpdf.css.value.FontSpecification
Packages that use FontSpecification
Package
Description
-
Uses of FontSpecification in org.openpdf.context
Methods in org.openpdf.context with parameters of type FontSpecificationModifier and TypeMethodDescriptionAWTFontResolver.resolveFont(SharedContext renderingContext, FontSpecification spec) -
Uses of FontSpecification in org.openpdf.css.style
Fields in org.openpdf.css.style declared as FontSpecificationModifier and TypeFieldDescriptionprivate @Nullable FontSpecificationCalculatedStyle._fontThe derived Font for this styleMethods in org.openpdf.css.style that return FontSpecificationModifier and TypeMethodDescriptionCalculatedStyle.getFont(CssContext ctx) @Nullable FontSpecificationCalculatedStyle.getFontSpecification()Methods in org.openpdf.css.style with parameters of type FontSpecificationModifier and TypeMethodDescription@Nullable FSFontCssContext.getFont(FontSpecification font) floatCssContext.getFontSize2D(FontSpecification font) floatCssContext.getXHeight(FontSpecification parentFont) -
Uses of FontSpecification in org.openpdf.extend
Methods in org.openpdf.extend with parameters of type FontSpecificationModifier and TypeMethodDescription@Nullable FSFontFontResolver.resolveFont(SharedContext renderingContext, FontSpecification spec) -
Uses of FontSpecification in org.openpdf.layout
Methods in org.openpdf.layout with parameters of type FontSpecificationModifier and TypeMethodDescription@Nullable FSFontLayoutContext.getFont(FontSpecification font) @Nullable FSFontSharedContext.getFont(FontSpecification spec) floatLayoutContext.getFontSize2D(FontSpecification font) floatLayoutContext.getXHeight(FontSpecification parentFont) floatSharedContext.getXHeight(FontContext fontContext, FontSpecification fs) -
Uses of FontSpecification in org.openpdf.pdf
Methods in org.openpdf.pdf with parameters of type FontSpecificationModifier and TypeMethodDescription@Nullable FSFontITextFontResolver.resolveFont(SharedContext renderingContext, FontSpecification spec) -
Uses of FontSpecification in org.openpdf.render
Fields in org.openpdf.render declared as FontSpecificationMethods in org.openpdf.render that return FontSpecificationModifier and TypeMethodDescriptionAbstractOutputDevice.getFontSpecification()Gets the FontSpecification for this AbstractOutputDevice.Methods in org.openpdf.render with parameters of type FontSpecificationModifier and TypeMethodDescription@Nullable FSFontRenderingContext.getFont(FontSpecification font) floatRenderingContext.getFontSize2D(FontSpecification font) floatRenderingContext.getXHeight(FontSpecification parentFont) voidAbstractOutputDevice.setFontSpecification(FontSpecification fs) Sets the FontSpecification for this AbstractOutputDevice.