You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I have a custom template which uses the default KiCad font for most of the components (useful when working on it, as the default font is much faster to render than other fonts). When printing the schematic to PDF, I like to change the default KiCad font (in the Preferences) to 'Times New Roman' so that the output looks more like Altium.
Describe the solution you'd like
A way to set the default KiCad font to a user-specified one, similar to the color_theme option in the pdf_schematic output. Currently I have my fonts in the kibot_resources/fonts folder in TTF format.
Describe alternatives you've considered
An alternative solution is to manually change all of the text fields in my schematic where the default font is used to 'Times New Roman'. This is not very efficient and I use multiple fonts across the schematic (Arial and Times New Roman), so the 'Edit Text and Graphic Properties' tool wouldn't work well.
Another way to do it manually would be to write a script to add '(face "fontname")' directly in the .kicad_sch files
Additional context
Current output:
Desired output:
The text was updated successfully, but these errors were encountered:
I could use the GUI, like in old times, but maintaining a GUI export just for this looks a major overkill.
To anybody wanting this feature I'll suggest putting pressure to KiCad maintainers by commenting on the above issue.
Fill as much as you can, remove the rest
Is your feature request related to a problem? Please describe.
I have a custom template which uses the default KiCad font for most of the components (useful when working on it, as the default font is much faster to render than other fonts). When printing the schematic to PDF, I like to change the default KiCad font (in the Preferences) to 'Times New Roman' so that the output looks more like Altium.
Describe the solution you'd like
A way to set the default KiCad font to a user-specified one, similar to the color_theme option in the pdf_schematic output. Currently I have my fonts in the kibot_resources/fonts folder in TTF format.
Describe alternatives you've considered
An alternative solution is to manually change all of the text fields in my schematic where the default font is used to 'Times New Roman'. This is not very efficient and I use multiple fonts across the schematic (Arial and Times New Roman), so the 'Edit Text and Graphic Properties' tool wouldn't work well.
Another way to do it manually would be to write a script to add '(face "fontname")' directly in the .kicad_sch files
Additional context
Current output:
Desired output:
The text was updated successfully, but these errors were encountered: