Esempio n. 1
0
 public KicadLibText()
 {
     Position = new KicadLibPoint(0, 0);
     Italic   = new KicadLibItalic(false);
     HAlign   = new KicadLibHTextJustify(0);
     VAlign   = new KicadLibVTextJustify(0);
 }
Esempio n. 2
0
 public KicadLibFX(int type = 0)
 {
     Position    = new KicadLibPoint(0, 0);
     Oreintation = new KicadLibTextOrientation(KicadLibTextOrientation.TextOrient.Horizontal);
     Visible     = new KicadLibVisible(true);
     HJustify    = new KicadLibHTextJustify(0);
     VJustify    = new KicadLibVTextJustify(0);
     FType       = type;
     TextSize    = 50;
 }