Uses of Interface
org.xhtmlrenderer.extend.FontContext
Packages that use FontContext
Package
Description
-
Uses of FontContext in org.xhtmlrenderer.extend
Classes in org.xhtmlrenderer.extend with type parameters of type FontContextModifier and TypeInterfaceDescriptioninterfaceTextRenderer<OutputDeviceType extends OutputDevice<?,FontType>, FontContextType extends FontContext, FontType extends FSFont> -
Uses of FontContext in org.xhtmlrenderer.layout
Methods in org.xhtmlrenderer.layout that return FontContextMethods in org.xhtmlrenderer.layout with parameters of type FontContextModifier and TypeMethodDescriptionfloatSharedContext.getXHeight(FontContext fontContext, FontSpecification fs) SharedContext.newLayoutContextInstance(FontContext fontContext) SharedContext.newRenderingContextInstance(OutputDevice outputDevice, FontContext fontContext) SharedContext.newRenderingContextInstance(OutputDevice outputDevice, FontContext fontContext, @Nullable Layer rootLayer, int initialPageNo) -
Uses of FontContext in org.xhtmlrenderer.render
Methods in org.xhtmlrenderer.render that return FontContextConstructors in org.xhtmlrenderer.render with parameters of type FontContextModifierConstructorDescriptionRenderingContext(SharedContext sharedContext, OutputDevice outputDevice, FontContext fontContext, @Nullable Layer rootLayer, int initialPageNo) needs a new instance every run -
Uses of FontContext in org.xhtmlrenderer.swing
Classes in org.xhtmlrenderer.swing that implement FontContext