Interface GlyphProvider

All Superinterfaces:
AutoCloseable, Closeable
All Known Implementing Classes:
AllMissingGlyphProvider, BitmapProvider, LegacyUnicodeBitmapsProvider, TrueTypeGlyphProvider

public interface GlyphProvider extends Closeable
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
     
    default RawGlyph
    getGlyph​(int p_83829_)
     
    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 RawGlyph getGlyph(int p_83829_)
    • getSupportedGlyphs

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