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 25 forks source link

KiCad v7: Check where render_cache is used #86

Closed mvnmgrx closed 1 year ago

mvnmgrx commented 1 year ago

Currently only the text boxes make use of the new render_cache token. I've noticed now that gr_text also uses this token when changing the font to a custom font. Maybe some other text-based tokens to so too ..

mvnmgrx commented 1 year ago

Missin in GrText, FpText

Oddly enough it is not used in symbol texts for some reason (SyText), at least i was not able to create a symbol text with this token using the GUI.

The worksheet tbtext token's font can be changed in the editor, but the s-expression does not save the font. This seems to be a bug.