dips.FontOptionsVal module#

Generated wrapper for FontOptions protobuf message.

class dips.FontOptionsVal.FontOptionsVal(proto_message: Any | None = None)#

Bases: object

Simple wrapper for FontOptions with Pythonic getters and setters.

property bold: bool#

Get the Bold field value.

copy()#

Create a copy of this wrapper.

property font_name: str#

Get the FontName field value.

property font_size: float#

Get the FontSize field value.

classmethod from_proto(proto_message)#

Create wrapper from existing protobuf message.

property italic: bool#

Get the Italic field value.

to_proto()#

Get the underlying protobuf message.

property underlined: bool#

Get the Underlined field value.