Interface IGlyphProvider
-
- All Superinterfaces:
java.lang.AutoCloseable
,java.io.Closeable
- All Known Implementing Classes:
DefaultGlyphProvider
,TextureGlyphProvider
,TrueTypeGlyphProvider
,UnicodeTextureGlyphProvider
public interface IGlyphProvider extends java.io.Closeable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default void
close()
default IGlyphInfo
getGlyph(int p_212248_1_)
it.unimi.dsi.fastutil.ints.IntSet
getSupportedGlyphs()
-
-
-
Method Detail
-
close
default void close()
- Specified by:
close
in interfacejava.lang.AutoCloseable
- Specified by:
close
in interfacejava.io.Closeable
-
getGlyph
@Nullable default IGlyphInfo getGlyph(int p_212248_1_)
-
getSupportedGlyphs
it.unimi.dsi.fastutil.ints.IntSet getSupportedGlyphs()
-
-