Ejemplo n.º 1
0
Archivo: Font.cs Proyecto: ornoand/npoi
 public CT_Font()
 {
     this.embedBoldItalicField = new CT_FontRel();
     this.embedItalicField     = new CT_FontRel();
     this.embedBoldField       = new CT_FontRel();
     this.embedRegularField    = new CT_FontRel();
     this.sigField             = new CT_FontSig();
     this.pitchField           = new CT_Pitch();
     this.notTrueTypeField     = new CT_OnOff();
     this.familyField          = new CT_FontFamily();
     this.charsetField         = new CT_UcharHexNumber();
     this.panose1Field         = new CT_Panose();
     this.altNameField         = new CT_String();
 }
Ejemplo n.º 2
0
 public CT_Font()
 {
     this.embedBoldItalicField = new CT_FontRel();
     this.embedItalicField = new CT_FontRel();
     this.embedBoldField = new CT_FontRel();
     this.embedRegularField = new CT_FontRel();
     this.sigField = new CT_FontSig();
     this.pitchField = new CT_Pitch();
     this.notTrueTypeField = new CT_OnOff();
     this.familyField = new CT_FontFamily();
     this.charsetField = new CT_UcharHexNumber();
     this.panose1Field = new CT_Panose();
     this.altNameField = new CT_String();
 }