Text

class kicad.pcbnew.Text(text)
get_native()

Get native object from the low level API

Returns:pcbnew.EDA_TEXT
is_highlighted

is highlighted?

Returns:bool
is_locked

is locked?

Returns:bool
is_selected

is selected?

Returns:bool
layer

layer of the drawsegment

Returns:kicad.pcbnew.Layer
layers

All layers where the item is present on

Returns:kicad.pcbnew.LayerSet
position

Position of the Text

Returns:kicad.util.Point2D
text

Text

Returns:unicode
text_size

Text Size

Returns:kicad.util.Point2D
thickness

Thickness

Returns:float