glyphsToPath method

dynamic glyphsToPath(
  1. List<int> gls
)

Implementation

glyphsToPath(List<int> gls) {
  return Typr_U.glyphsToPath(this, gls, null);
}