FontFeature constructor

FontFeature(
  1. int tag,
  2. int value
)

Implementation

FontFeature(this.tag, this.value);