Package com.mojang.blaze3d.font
Interface SheetGlyphInfo
public interface SheetGlyphInfo
-
Method Summary
Modifier and TypeMethodDescriptiondefault float
default float
default float
default float
getLeft()
float
int
int
default float
getRight()
default float
getTop()
boolean
void
upload
(int p_231092_, int p_231093_, GpuTexture p_404755_)
-
Method Details
-
getPixelWidth
int getPixelWidth() -
getPixelHeight
int getPixelHeight() -
upload
-
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()
-