open3d.visualization.gui.FontStyle

class open3d.visualization.gui.FontStyle

Font style

Members:

NORMAL

BOLD

ITALIC

BOLD_ITALIC

BOLD = <FontStyle.BOLD: 1>
BOLD_ITALIC = <FontStyle.BOLD_ITALIC: 3>
ITALIC = <FontStyle.ITALIC: 2>
NORMAL = <FontStyle.NORMAL: 0>
property value