Uses of Interface
org.faceless.pdf2.OpenTypeFont.Palette
-
Packages that use OpenTypeFont.Palette Package Description org.faceless.pdf2 Contains the classes used to create a PDF document -
-
Uses of OpenTypeFont.Palette in org.faceless.pdf2
Methods in org.faceless.pdf2 that return OpenTypeFont.Palette Modifier and Type Method Description OpenTypeFont.Palette
PDFStyle. getOpenTypeFontPalette()
Get the OpenTypeFont.Palette previously specified with #setOpenTypeFontPaletteMethods in org.faceless.pdf2 that return types with arguments of type OpenTypeFont.Palette Modifier and Type Method Description List<? extends OpenTypeFont.Palette>
OpenTypeFont. getPalettes()
If the font is a Color font which supports Palettes, return the set of Palettes available to choose from.Methods in org.faceless.pdf2 with parameters of type OpenTypeFont.Palette Modifier and Type Method Description PDFCanvas
OpenTypeFont.SVG. generate(String svg, int em, int ax, int ay, Color currentColor, Rectangle2D bounds, OpenTypeFont.Palette palette)
Generate a PDFCanvas from the supplied SVG.void
PDFStyle. setOpenTypeFontPalette(OpenTypeFont.Palette palette)
If the font being used with this Style is an OpenTypeFont which has one or morecolor palettes
, set the Palette to use.
-