Example #1
0
 public LabelTextGenerator SetFont(string type, FieldOrientation orientation, int size)
 {
     _font = new FontDefinition(type, size);
     _font.SetOrientation(orientation);
     return(this);
 }
Example #2
0
 public LabelTextGenerator SetFont(string type, FieldOrientation orientation, int size)
 {
     _font = new FontDefinition(type, size);
     _font.SetOrientation(orientation);
     return this;
 }