FontAttributes constructor

FontAttributes(
  1. int id,
  2. IsobusColor fontColor,
  3. FontSize fontSize,
  4. FontType fontType,
  5. FontStyle fontStyle,
  6. List<Macro> macros,
)

Implementation

FontAttributes(int id, this.fontColor, this.fontSize, this.fontType,
    this.fontStyle, List<Macro> macros)
    : super(id, IsobusObjectType.fontAttributes, macros);