Position constructor

Position(
  1. dynamic font
)

Implementation

Position(font) : super(font, "gpos") {

}