Uses of Interface
com.openhtmltopdf.extend.FSGlyphVector
-
Packages that use FSGlyphVector Package Description com.openhtmltopdf.extend com.openhtmltopdf.swing -
-
Uses of FSGlyphVector in com.openhtmltopdf.extend
Methods in com.openhtmltopdf.extend that return FSGlyphVector Modifier and Type Method Description FSGlyphVectorTextRenderer. getGlyphVector(OutputDevice outputDevice, FSFont font, String string)Methods in com.openhtmltopdf.extend with parameters of type FSGlyphVector Modifier and Type Method Description voidTextRenderer. drawGlyphVector(OutputDevice outputDevice, FSGlyphVector vector, float x, float y)RectangleTextRenderer. 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 com.openhtmltopdf.swing
Classes in com.openhtmltopdf.swing that implement FSGlyphVector Modifier and Type Class Description classAWTFSGlyphVector
-