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 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()
-