Package org.jfree.skija
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:KEY_FONT_MAPPING_FUNCTIONthat controls whether JavaFX font metrics or Java2D font metrics are used.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSkijaHints.KeyA key for hints used by theSkijaGraphics2Dclass. -
Field Summary
Fields Modifier and Type Field Description static SkijaHints.KeyKEY_FONT_MAPPING_FUNCTIONThe key for the hint that provides a font mapper from Java logical fonts to corresponding physical fonts. -
Method Summary
-
Field Details
-
KEY_FONT_MAPPING_FUNCTION
The key for the hint that provides a font mapper from Java logical fonts to corresponding physical fonts. AFunction<String, String>instance (ornull) can be assigned as the value for this key.
-