Index: trunk/doc/developer/io_lihata_ver.html =================================================================== --- trunk/doc/developer/io_lihata_ver.html (revision 19563) +++ trunk/doc/developer/io_lihata_ver.html (revision 19564) @@ -61,6 +61,8 @@ will be able to override the default mechanism for determining the thickness or the n*90 degree rotation angle (with an arbitrary value).

+ New route style entries for default text thickness and text scale. +

New layer group types PCB_LYT_DOC and PCB_LYT_MECH are handled on load and save.

Index: trunk/doc/developer/lihata_format/root_board.lht =================================================================== --- trunk/doc/developer/lihata_format/root_board.lht (revision 19563) +++ trunk/doc/developer/lihata_format/root_board.lht (revision 19564) @@ -101,6 +101,8 @@ desc { routing style: a collection of pen settings } li:children { ha:thickness { valtype=coord; desc={default trace thickness (affects lines and arcs)}} + ha:text_thick { valtype=coord; ver={>=6} desc={default text stroke thickness (0 means pick thickness automatically using the original algorithm)}} + ha:text_scale { valtype=coord; ver={>=6} desc={default text scaling (0 means 100%, for backward compatibility)}} ha:clearance { valtype=coord; desc={default clearance (affects lines, arcs and polygons)}} ha:diameter { valtype=coord; ver={<=5} desc={old round via outer diameter; removed in favor of padstack prototype based vias, see via_proto}} ha:hole { valtype=coord; ver={<=5} desc={old round via hole diameter; removed in favor of padstack prototype based vias, see via_proto}}