open3d.visualization.gui.FontStyle

class open3d.visualization.gui.FontStyle

Font style

Members:

NORMAL

BOLD

ITALIC

BOLD_ITALIC

BOLD = FontStyle.BOLD
BOLD_ITALIC = FontStyle.BOLD_ITALIC
ITALIC = FontStyle.ITALIC
NORMAL = FontStyle.NORMAL