deephaven.plot.font

This module implements the Font class that can be used to set the fonts on a plot.

class Font(family='Arial', style=FontStyle.PLAIN, size=8)[source]

Bases: JObjectWrapper

A specific font, defined in terms of family, style, and size.

j_object_type

alias of Font

class FontStyle(value)[source]

Bases: Enum

An enum of predefined font styles.

BOLD = io.deephaven.plot.Font$FontStyle(objectRef=0x5607e0421d70)

Bold text

BOLD_ITALIC = io.deephaven.plot.Font$FontStyle(objectRef=0x5607e0421d80)

Bold and italic text

ITALIC = io.deephaven.plot.Font$FontStyle(objectRef=0x5607e0421d78)

Italic text

PLAIN = io.deephaven.plot.Font$FontStyle(objectRef=0x5607e0421d68)

Plain text.

font_family_names()[source]

A list of supported font family names.