DefaultEncoding constructor

DefaultEncoding(
  1. dynamic font
)

Implementation

DefaultEncoding(font) {
  this.font = font;
}