Class FreeTypeUtil
java.lang.Object
net.minecraft.client.gui.font.providers.FreeTypeUtil
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static longstatic final Objectprivate static final org.slf4j.Logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidassertError(int errorId, String action) static booleancheckError(int errorId, String action) private static StringdescribeError(int errorId) static voiddestroy()static longstatic org.lwjgl.util.freetype.FT_VectorsetVector(org.lwjgl.util.freetype.FT_Vector vector, float x, float y) static floatx(org.lwjgl.util.freetype.FT_Vector vector)
-
Field Details
-
LOGGER
private static final org.slf4j.Logger LOGGER -
LIBRARY_LOCK
-
library
private static long library
-
-
Constructor Details
-
FreeTypeUtil
public FreeTypeUtil()
-
-
Method Details
-
getLibrary
public static long getLibrary() -
assertError
-
checkError
-
describeError
-
setVector
public static org.lwjgl.util.freetype.FT_Vector setVector(org.lwjgl.util.freetype.FT_Vector vector, float x, float y) -
x
public static float x(org.lwjgl.util.freetype.FT_Vector vector) -
destroy
public static void destroy()
-