Interface GlyphProvider

All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
AllMissingGlyphProvider, BitmapProvider, SpaceProvider, TrueTypeGlyphProvider, UnihexProvider

public interface GlyphProvider extends AutoCloseable
  • Method Summary

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

    • close

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

      @Nullable default GlyphInfo getGlyph(int p_231091_)
    • getSupportedGlyphs

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