mvnmgrx / kiutils

Simple and SCM-friendly KiCad file parser based on Python dataclasses for KiCad 6.0 and up.
GNU General Public License v3.0
78 stars 26 forks source link

KiCad 7: Implement TextBox #64

Closed mvnmgrx closed 1 year ago

mvnmgrx commented 1 year ago

Implement the new TextBox tokens:

Both are currently partly implemented in kiutils, see here:

class FpTextBox() https://github.com/mvnmgrx/kiutils/blob/master/src/kiutils/items/fpitems.py#L309-L326

class GrTextBox() https://github.com/mvnmgrx/kiutils/blob/master/src/kiutils/items/gritems.py#L108-L125