接口 GlyphProvider

所有超级接口:
AutoCloseable
所有已知实现类:
AllMissingGlyphProvider, BitmapProvider, SpaceProvider, TrueTypeGlyphProvider, UnihexProvider

public interface GlyphProvider extends AutoCloseable
  • 嵌套类概要

    嵌套类
    修饰符和类型
    接口
    说明
    static final record 
     
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    static final float
     
  • 方法概要

    修饰符和类型
    方法
    说明
    default void
     
    default GlyphInfo
    getGlyph(int p_231091_)
     
    it.unimi.dsi.fastutil.ints.IntSet
     
  • 字段详细资料

  • 方法详细资料

    • close

      default void close()
      指定者:
      close 在接口中 AutoCloseable
    • getGlyph

      @Nullable default GlyphInfo getGlyph(int p_231091_)
    • getSupportedGlyphs

      it.unimi.dsi.fastutil.ints.IntSet getSupportedGlyphs()