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() -
getTop
default float getTop() -
getBottom
default float getBottom() -
getBearingLeft
default float getBearingLeft() -
getBearingTop
default float getBearingTop()
-