Package com.mojang.blaze3d.font
Interface SheetGlyphInfo
public interface SheetGlyphInfo
- 
Method Details
- 
getPixelWidth
int getPixelWidth() - 
getPixelHeight
int getPixelHeight() - 
upload
void upload(int p_231092_, int p_231093_)  - 
isColored
boolean isColored() - 
getOversample
float getOversample() - 
getLeft
default float getLeft() - 
getRight
default float getRight() - 
getUp
default float getUp() - 
getDown
default float getDown() - 
getBearingX
default float getBearingX() - 
getBearingY
default float getBearingY() 
 -