CMag constructor

CMag({
  1. CFont font = CFont.tss16,
})

Implementation

CMag({
  CFont font = CFont.tss16,
}) {
  _font = font;
}