接口 GlyphProvider

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

public interface GlyphProvider extends AutoCloseable
  • 方法概要

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

    • close

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

      @Nullable default GlyphInfo getGlyph(int pCharacter)
    • getSupportedGlyphs

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