Class SkijaHints

java.lang.Object
org.jfree.skija.SkijaHints

public final class SkijaHints
extends Object
Defines the rendering hints that can be used with the SkijaGraphics2D class. There is just one hint defined at present:
  • Field Details

    • KEY_FONT_MAPPING_FUNCTION

      The key for the hint that provides a font mapper from Java logical fonts to corresponding physical fonts. A Function<String, String> instance (or null) can be assigned as the value for this key.