Interface GlyphDataProvider

All Known Implementing Classes:
TrueTypeFont
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface GlyphDataProvider
字形数据提供者
Since:
2021-09-29 20:27:35
Author:
权观宇
  • Method Summary

    Modifier and Type
    Method
    Description
    getGlyph(int gid)
    根据字形Index位置获取字形数据
  • Method Details

    • getGlyph

      GlyphData getGlyph(int gid) throws IOException
      根据字形Index位置获取字形数据
      Parameters:
      gid - 字形Index
      Returns:
      字形数据
      Throws:
      IOException - IO操作造成错误