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