Package com.google.typography.font.sfntly.table.core

Examples of com.google.typography.font.sfntly.table.core.FontHeaderTable.yMax()


    }
   
    FontHeaderTable head = font.getTable(Tag.head);
    unitsPerEm = head.unitsPerEm();
    yMin = head.yMin();
    yMax = head.yMax();
  }

  @Override
  public FontExtraMetrics getExtraMetrics() {
    return new FontExtraMetrics();
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.