Package dev.gothickit.zenkit.fnt
Interface Font
- All Superinterfaces:
CacheableObject<CachedFont>
- All Known Implementing Classes:
CachedFont,NativeFont
-
Method Details
-
load
@Contract("_ -> new") @NotNull static @NotNull Font load(@NotNull @NotNull String path) throws ResourceIOException - Throws:
ResourceIOException
-
load
@Contract("_ -> new") @NotNull static @NotNull Font load(@NotNull @NotNull Read buf) throws ResourceIOException - Throws:
ResourceIOException
-
load
@Contract("_, _ -> new") @NotNull static @NotNull Font load(@NotNull @NotNull Vfs vfs, @NotNull @NotNull String name) throws ResourceIOException - Throws:
ResourceIOException
-
name
-
height
int height() -
glyphCount
long glyphCount() -
glyph
-
glyphs
-