Package com.mojang.blaze3d.font
Interface SheetGlyphInfo
public interface SheetGlyphInfo
-
Method Summary
Modifier and TypeMethodDescriptiondefault floatdefault floatdefault floatdefault floatgetLeft()floatintintdefault floatgetRight()default floatgetTop()booleanvoidupload(int pX, int pY, GpuTexture pTexture)
-
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()
-