Package org.lwjgl.stb
Contains bindings to stb, a set of single-file public domain libraries.
See: Description
- 
Interface Summary Interface Description STBIEOFCallbackI Instances of this interface may be set to theeoffield of theSTBIIOCallbacksstruct.STBIReadCallbackI Instances of this interface may be set to thereadfield of theSTBIIOCallbacksstruct.STBISkipCallbackI Instances of this interface may be set to theskipfield of theSTBIIOCallbacksstruct.STBIWriteCallbackI Instances of this interface may be used with theSTBImageWritewrite_type_to_funcfunctions. - 
Class Summary Class Description STBDXT Native bindings to stb_dxt.h from the stb library.STBEasyFont Native bindings to stb_easy_font.h from the stb library.STBIEOFCallback Instances of this class may be set to theeoffield of theSTBIIOCallbacksstruct.STBIIOCallbacks Image IO callbacks, used byload_from_callbacks.STBIIOCallbacks.Buffer An array ofSTBIIOCallbacksstructs.STBImage Native bindings to stb_image.h from the stb library.STBImageResize Native bindings to stb_image_resize.h from the stb library.STBImageWrite Native bindings to stb_image_write.h from the stb library.STBIReadCallback Instances of this class may be set to thereadfield of theSTBIIOCallbacksstruct.STBISkipCallback Instances of this class may be set to theskipfield of theSTBIIOCallbacksstruct.STBIWriteCallback Instances of this class may be used with theSTBImageWritewrite_type_to_funcfunctions.STBPerlin Native bindings to stb_perlin.h from the stb library.STBRectPack Native bindings to stb_rect_pack.h from the stb library.STBRPContext The opaquestbrp_contextstruct.STBRPContext.Buffer An array ofSTBRPContextstructs.STBRPNode The opaquestbrp_nodestruct.STBRPNode.Buffer An array ofSTBRPNodestructs.STBRPRect A packed rectangle.STBRPRect.Buffer An array ofSTBRPRectstructs.STBTruetype Native bindings to stb_truetype.h from the stb library.STBTTAlignedQuad Quad used for drawing a baked character, returned byGetBakedQuad.STBTTAlignedQuad.Buffer An array ofSTBTTAlignedQuadstructs.STBTTBakedChar Baked character data, returned byBakeFontBitmap.STBTTBakedChar.Buffer An array ofSTBTTBakedCharstructs.STBTTFontinfo An opaque structure that contains font information.STBTTFontinfo.Buffer An array ofSTBTTFontinfostructs.STBTTPackContext STBTTPackContext.Buffer An array ofSTBTTPackContextstructs.STBTTPackedchar Packed character data, returned byPackFontRangeSTBTTPackedchar.Buffer An array ofSTBTTPackedcharstructs.STBTTPackRange A range of packed character data, used byPackFontRangesSTBTTPackRange.Buffer An array ofSTBTTPackRangestructs.STBTTVertex Vertex data.STBTTVertex.Buffer An array ofSTBTTVertexstructs.STBVorbis Native bindings to stb_vorbis.c from the stb library.STBVorbisAlloc A buffer to use for allocations bySTBVorbisSTBVorbisAlloc.Buffer An array ofSTBVorbisAllocstructs.STBVorbisInfo Information about a Vorbis stream.STBVorbisInfo.Buffer An array ofSTBVorbisInfostructs. 
Package org.lwjgl.stb Description
Contains bindings to stb, a set of single-file public domain libraries.
 
 
The functionality provided by stb includes:
- Parsing TrueType files, extract glyph metrics and rendering packed font textures.
 - Easy rendering of bitmap fonts.
 - Reading/writing image files and resizing images (e.g. for gamma-correct MIP map creation).
 - Decoding Ogg Vorbis audio files.
 - Compressing DXT textures at runtime.
 - Packing rectangular textures into texture atlases.
 - Computing Perlin noise.