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: deephaven._wrapper.JObjectWrapper

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

j_object_type

alias of io.deephaven.plot.Font

class FontStyle(value)[source]

Bases: enum.Enum

An enum of predefined font styles.

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

Bold text

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

Bold and italic text

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

Italic text

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

Plain text.

font_family_names()[source]

A list of supported font family names.