Uses of Interface
org.xhtmlrenderer.extend.FSGlyphVector
Packages that use FSGlyphVector
Package
Description
-
Uses of FSGlyphVector in org.xhtmlrenderer.extend
Methods in org.xhtmlrenderer.extend that return FSGlyphVectorModifier and TypeMethodDescriptionTextRenderer.getGlyphVector(OutputDevice outputDevice, FSFont font, String string) Methods in org.xhtmlrenderer.extend with parameters of type FSGlyphVectorModifier and TypeMethodDescriptionvoidTextRenderer.drawGlyphVector(OutputDevice outputDevice, FSGlyphVector vector, float x, float y) TextRenderer.getGlyphBounds(OutputDevice outputDevice, FSFont font, FSGlyphVector fsGlyphVector, int index, float x, float y) float[]TextRenderer.getGlyphPositions(OutputDevice outputDevice, FSFont font, FSGlyphVector fsGlyphVector) -
Uses of FSGlyphVector in org.xhtmlrenderer.pdf
Methods in org.xhtmlrenderer.pdf that return FSGlyphVectorModifier and TypeMethodDescriptionITextTextRenderer.getGlyphVector(OutputDevice outputDevice, FSFont font, String string) Methods in org.xhtmlrenderer.pdf with parameters of type FSGlyphVectorModifier and TypeMethodDescriptionvoidITextTextRenderer.drawGlyphVector(OutputDevice outputDevice, FSGlyphVector vector, float x, float y) ITextTextRenderer.getGlyphBounds(OutputDevice outputDevice, FSFont font, FSGlyphVector fsGlyphVector, int index, float x, float y) float[]ITextTextRenderer.getGlyphPositions(OutputDevice outputDevice, FSFont font, FSGlyphVector fsGlyphVector) -
Uses of FSGlyphVector in org.xhtmlrenderer.swing
Classes in org.xhtmlrenderer.swing that implement FSGlyphVectorMethods in org.xhtmlrenderer.swing that return FSGlyphVectorModifier and TypeMethodDescriptionJava2DTextRenderer.getGlyphVector(OutputDevice outputDevice, FSFont font, String text) Methods in org.xhtmlrenderer.swing with parameters of type FSGlyphVectorModifier and TypeMethodDescriptionvoidJava2DTextRenderer.drawGlyphVector(OutputDevice outputDevice, FSGlyphVector fsGlyphVector, float x, float y) private voidJava2DOutputDevice.drawSelectedText(RenderingContext c, InlineText inlineText, InlineLayoutBox iB, FSGlyphVector glyphVector) Java2DTextRenderer.getGlyphBounds(OutputDevice outputDevice, FSFont font, FSGlyphVector fsGlyphVector, int index, float x, float y) float[]Java2DTextRenderer.getGlyphPositions(OutputDevice outputDevice, FSFont font, FSGlyphVector fsGlyphVector) -
Uses of FSGlyphVector in org.xhtmlrenderer.swt
Methods in org.xhtmlrenderer.swt that return FSGlyphVectorModifier and TypeMethodDescriptionSWTTextRenderer.getGlyphVector(OutputDevice outputDevice, FSFont font, String string) Methods in org.xhtmlrenderer.swt with parameters of type FSGlyphVectorModifier and TypeMethodDescriptionvoidSWTTextRenderer.drawGlyphVector(OutputDevice outputDevice, FSGlyphVector vector, float x, float y) SWTTextRenderer.getGlyphBounds(OutputDevice outputDevice, FSFont font, FSGlyphVector fsGlyphVector, int index, float x, float y) float[]SWTTextRenderer.getGlyphPositions(OutputDevice outputDevice, FSFont font, FSGlyphVector fsGlyphVector)