Interface IGlyphProvider

All Superinterfaces:
AutoCloseable, Closeable
All Known Implementing Classes:
DefaultGlyphProvider, TextureGlyphProvider, TrueTypeGlyphProvider, UnicodeTextureGlyphProvider

public interface IGlyphProvider extends Closeable
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
     
    default IGlyphInfo
    getGlyph(int p_212248_1_)
     
    it.unimi.dsi.fastutil.ints.IntSet
     
  • Method Details

    • close

      default void close()
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Closeable
    • getGlyph

      @Nullable default IGlyphInfo getGlyph(int p_212248_1_)
    • getSupportedGlyphs

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