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 voidclose()default IGlyphInfogetGlyph(int p_212248_1_)it.unimi.dsi.fastutil.ints.IntSetgetSupportedGlyphs()
-
-
-
Method Detail
-
close
default void close()
- Specified by:
closein interfacejava.lang.AutoCloseable- Specified by:
closein interfacejava.io.Closeable
-
getGlyph
@Nullable default IGlyphInfo getGlyph(int p_212248_1_)
-
getSupportedGlyphs
it.unimi.dsi.fastutil.ints.IntSet getSupportedGlyphs()
-
-