PanelizeText parameters
text : [string] (default:
'') The text to be displayed. Note that you can escape ; via \. Available variables in text: date formats current date as <year>-<month>-<day>, time24 formats current time in 24-hour format, boardTitle the title from the source board, boardDate the date from the source board, boardRevision the revision from the source board, boardCompany the company from the source board, boardComment1-boardComment9 comments from the source board.type : ‘’
anchor: [string] (default:'mt') (choices: “tl”, “tr”, “bl”, “br”, “mt”, “mb”, “ml”, “mr”, “c”) Origin of the text. Can be one of tl, tr, bl, br (corners), mt, mb, ml, mr (middle of sides), c (center). The anchors refer to the panel outline.height: [number | string] (default:1.5) Height of the characters (the same parameters as KiCAD uses).hjustify: [string] (default:'center') (choices: “left”, “right”, “center”) Horizontal justification of the text.hoffset: [number | string] (default:0) Specify the horizontal offset from anchor. Respects KiCAD coordinate system.layer: [string] (default:'F.SilkS') Specify text layer.orientation: [number | string] (default:0) Specify the orientation (angle).plugin: [string] (default:'') Specify the plugin that provides extra variables for the text.thickness: [number | string] (default:0.3) Stroke thickness.vjustify: [string] (default:'center') (choices: “top”, “bottom”, “center”) Vertical justification of the text.voffset: [number | string] (default:0) Specify the vertical offset from anchor. Respects KiCAD coordinate system.width: [number | string] (default:1.5) Width of the characters (the same parameters as KiCAD uses).