Package org.lwjgl.util.freetype
Class FT_Raster_Funcs.Buffer
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.CustomBuffer<FT_Raster_Funcs.Buffer>
org.lwjgl.system.StructBuffer<FT_Raster_Funcs,FT_Raster_Funcs.Buffer>
org.lwjgl.util.freetype.FT_Raster_Funcs.Buffer
- All Implemented Interfaces:
AutoCloseable
,Iterable<FT_Raster_Funcs>
,NativeResource
,Pointer
- Enclosing class:
FT_Raster_Funcs
public static class FT_Raster_Funcs.Buffer
extends StructBuffer<FT_Raster_Funcs,FT_Raster_Funcs.Buffer>
implements NativeResource
An array of
FT_Raster_Funcs
structs.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default
-
Field Summary
Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE
-
Constructor Summary
ConstructorsConstructorDescriptionBuffer
(long address, int cap) Buffer
(ByteBuffer container) Creates a newFT_Raster_Funcs.Buffer
instance backed by the specified container. -
Method Summary
Modifier and TypeMethodDescriptionint
glyph_format
(int value) Sets the specified value to theglyph_format
field.@Nullable FT_Raster_DoneFunc
raster_done
(@Nullable FT_Raster_DoneFuncI value) Sets the specified value to theraster_done
field.@Nullable FT_Raster_NewFunc
raster_new
(@Nullable FT_Raster_NewFuncI value) Sets the specified value to theraster_new
field.@Nullable FT_Raster_RenderFunc
raster_render
(@Nullable FT_Raster_RenderFuncI value) Sets the specified value to theraster_render
field.@Nullable FT_Raster_ResetFunc
raster_reset
(@Nullable FT_Raster_ResetFuncI value) Sets the specified value to theraster_reset
field.@Nullable FT_Raster_SetModeFunc
raster_set_mode
(@Nullable FT_Raster_SetModeFuncI value) Sets the specified value to theraster_set_mode
field.Methods inherited from class org.lwjgl.system.StructBuffer
apply, apply, forEach, get, get, get, get, iterator, parallelStream, put, put, sizeof, spliterator, stream
Methods inherited from class org.lwjgl.system.CustomBuffer
address, address, address0, capacity, clear, compact, duplicate, flip, free, hasRemaining, limit, limit, mark, position, position, put, remaining, reset, rewind, slice, slice, toString
Methods inherited from class org.lwjgl.system.Pointer.Default
equals, hashCode
Methods inherited from interface org.lwjgl.system.NativeResource
close, free
-
Constructor Details
-
Buffer
Creates a newFT_Raster_Funcs.Buffer
instance backed by the specified container.Changes to the container's content will be visible to the struct buffer instance and vice versa. The two buffers' position, limit, and mark values will be independent. The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer divided by
FT_Raster_Funcs.SIZEOF
, and its mark will be undefined.The created buffer instance holds a strong reference to the container object.
-
Buffer
public Buffer(long address, int cap)
-
-
Method Details
-
glyph_format
public int glyph_format()- Returns:
- the value of the
glyph_format
field.
-
raster_new
- Returns:
- the value of the
raster_new
field.
-
raster_reset
- Returns:
- the value of the
raster_reset
field.
-
raster_set_mode
- Returns:
- the value of the
raster_set_mode
field.
-
raster_render
- Returns:
- the value of the
raster_render
field.
-
raster_done
- Returns:
- the value of the
raster_done
field.
-
glyph_format
Sets the specified value to theglyph_format
field. -
raster_new
Sets the specified value to theraster_new
field. -
raster_reset
Sets the specified value to theraster_reset
field. -
raster_set_mode
Sets the specified value to theraster_set_mode
field. -
raster_render
Sets the specified value to theraster_render
field. -
raster_done
Sets the specified value to theraster_done
field.
-