FontStyle

class omni.ui.FontStyle

Bases: pybind11_object

Supported font styles.

Members:

NONE

NORMAL

LARGE

SMALL

EXTRA_LARGE

XXL

XXXL

EXTRA_SMALL

XXS

XXXS

ULTRA

Methods

__init__(self, value)

Attributes

EXTRA_LARGE

EXTRA_SMALL

LARGE

NONE

NORMAL

SMALL

ULTRA

XXL

XXS

XXXL

XXXS

name

value

__init__(self: omni.ui._ui.FontStyle, value: int) None
property name