net.minecraft.client.font

public class FreeTypeFfm

net.minecraft.client.gui.font.providers.FreeTypeButNotCrashing
net.minecraft.class_1_1479
net.minecraft.client.font.FreeTypeFfm

Field summary

Modifier and TypeField
private static final boolean
PLATFORM_IS_32_BITS
field_1_10088
IS_32_BIT
private static final boolean
FT_LONG_IS_32_BITS
field_1_10085
IS_C_LONG_32_BIT
private static final ValueLayout
FT_LONG_LAYOUT
field_1_10086
C_LONG
private static final MethodHandle
FT_NEW_MEMORY_FACE
field_1_10087
NEW_MEMORY_FACE
private static final MethodHandle
FT_GET_FIRST_CHAR
field_1_10083
GET_FIRST_CHAR
private static final MethodHandle
FT_GET_NEXT_CHAR
field_1_10084
GET_NEXT_CHAR

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public static int
FT_New_Memory_Face(long library, ByteBuffer fileBase, int faceIndex, org.lwjgl.PointerBuffer aface)
method_1_9809(long arg0, ByteBuffer arg1, int arg2, org.lwjgl.PointerBuffer arg3)
newMemoryFace(long library, ByteBuffer file, int faceIndex, org.lwjgl.PointerBuffer aface)
public static long
FT_Get_First_Char(org.lwjgl.util.freetype.FT_Face face, IntBuffer output)
method_1_9807(org.lwjgl.util.freetype.FT_Face arg0, IntBuffer arg1)
getFirstChar(org.lwjgl.util.freetype.FT_Face face, IntBuffer agindex)
public static long
FT_Get_Next_Char(org.lwjgl.util.freetype.FT_Face face, int charCode, IntBuffer output)
method_1_9808(org.lwjgl.util.freetype.FT_Face arg0, int arg1, IntBuffer arg2)
getNextChar(org.lwjgl.util.freetype.FT_Face face, int charCode, IntBuffer agindex)