Uses of Interface
org.xhtmlrenderer.extend.FSGlyphVector
Packages that use FSGlyphVector
-
Uses of FSGlyphVector in org.xhtmlrenderer.extend
Methods in org.xhtmlrenderer.extend that return FSGlyphVectorModifier and TypeMethodDescriptionTextRenderer.getGlyphVector(OutputDeviceType outputDevice, FontType font, String string) Methods in org.xhtmlrenderer.extend with parameters of type FSGlyphVectorModifier and TypeMethodDescriptionvoidTextRenderer.drawGlyphVector(OutputDeviceType outputDevice, FSGlyphVector vector, float x, float y) TextRenderer.getGlyphBounds(OutputDeviceType outputDevice, FontType font, FSGlyphVector fsGlyphVector, int index, float x, float y) float[]TextRenderer.getGlyphPositions(OutputDeviceType outputDevice, FontType 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(Java2DOutputDevice outputDevice, AWTFSFont font, String text) Methods in org.xhtmlrenderer.swing with parameters of type FSGlyphVectorModifier and TypeMethodDescriptionvoidJava2DTextRenderer.drawGlyphVector(Java2DOutputDevice outputDevice, FSGlyphVector fsGlyphVector, float x, float y) Java2DTextRenderer.getGlyphBounds(Java2DOutputDevice outputDevice, AWTFSFont font, FSGlyphVector fsGlyphVector, int index, float x, float y) float[]Java2DTextRenderer.getGlyphPositions(Java2DOutputDevice outputDevice, AWTFSFont font, FSGlyphVector fsGlyphVector)