Class PS_Private.Buffer
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.CustomBuffer<PS_Private.Buffer>
org.lwjgl.system.StructBuffer<PS_Private, PS_Private.Buffer>
org.lwjgl.util.freetype.PS_Private.Buffer
- All Implemented Interfaces:
Iterable<PS_Private>, Pointer
- Enclosing class:
PS_Private
An array of
PS_Private structs.-
Nested Class Summary
Nested classes/interfaces inherited from interface Pointer
Pointer.Default -
Field Summary
Fields inherited from interface Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionBuffer(long address, int cap) Buffer(ByteBuffer container) Creates a newPS_Private.Bufferinstance backed by the specified container. -
Method Summary
Modifier and TypeMethodDescriptionintlongintshortblue_values(int index) longshortfamily_blues(int index) shortfamily_other_blues(int index) booleanlongintlenIV()shortmin_feature(int index) bytebytebytebytebytebyteshortother_blues(int index) longpassword()booleanshortsnap_heights(int index) shortsnap_widths(int index) shortstandard_height(int index) shortstandard_width(int index) intMethods inherited from class StructBuffer
apply, apply, forEach, get, get, get, get, iterator, parallelStream, put, put, sizeof, spliterator, streamMethods inherited from class CustomBuffer
address, address, address0, capacity, clear, compact, duplicate, flip, free, hasRemaining, limit, limit, mark, position, position, put, remaining, reset, rewind, slice, slice, toStringMethods inherited from class Pointer.Default
equals, hashCode
-
Constructor Details
-
Buffer
Creates a newPS_Private.Bufferinstance 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
PS_Private.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
-
unique_id
- Returns:
- the value of the
unique_idfield.
-
lenIV
- Returns:
- the value of the
lenIVfield.
-
num_blue_values
- Returns:
- the value of the
num_blue_valuesfield.
-
num_other_blues
- Returns:
- the value of the
num_other_bluesfield.
-
num_family_blues
- Returns:
- the value of the
num_family_bluesfield.
-
num_family_other_blues
- Returns:
- the value of the
num_family_other_bluesfield.
-
blue_values
- Returns:
- a
ShortBufferview of theblue_valuesfield.
-
blue_values
- Returns:
- the value at the specified index of the
blue_valuesfield.
-
other_blues
- Returns:
- a
ShortBufferview of theother_bluesfield.
-
other_blues
- Returns:
- the value at the specified index of the
other_bluesfield.
-
family_blues
- Returns:
- a
ShortBufferview of thefamily_bluesfield.
-
family_blues
- Returns:
- the value at the specified index of the
family_bluesfield.
-
family_other_blues
- Returns:
- a
ShortBufferview of thefamily_other_bluesfield.
-
family_other_blues
- Returns:
- the value at the specified index of the
family_other_bluesfield.
-
blue_scale
- Returns:
- the value of the
blue_scalefield.
-
blue_shift
- Returns:
- the value of the
blue_shiftfield.
-
blue_fuzz
- Returns:
- the value of the
blue_fuzzfield.
-
standard_width
- Returns:
- a
ShortBufferview of thestandard_widthfield.
-
standard_width
- Returns:
- the value at the specified index of the
standard_widthfield.
-
standard_height
- Returns:
- a
ShortBufferview of thestandard_heightfield.
-
standard_height
- Returns:
- the value at the specified index of the
standard_heightfield.
-
num_snap_widths
- Returns:
- the value of the
num_snap_widthsfield.
-
num_snap_heights
- Returns:
- the value of the
num_snap_heightsfield.
-
force_bold
- Returns:
- the value of the
force_boldfield.
-
round_stem_up
- Returns:
- the value of the
round_stem_upfield.
-
snap_widths
- Returns:
- a
ShortBufferview of thesnap_widthsfield.
-
snap_widths
- Returns:
- the value at the specified index of the
snap_widthsfield.
-
snap_heights
- Returns:
- a
ShortBufferview of thesnap_heightsfield.
-
snap_heights
- Returns:
- the value at the specified index of the
snap_heightsfield.
-
expansion_factor
- Returns:
- the value of the
expansion_factorfield.
-
language_group
- Returns:
- the value of the
language_groupfield.
-
password
- Returns:
- the value of the
passwordfield.
-
min_feature
- Returns:
- a
ShortBufferview of themin_featurefield.
-
min_feature
- Returns:
- the value at the specified index of the
min_featurefield.
-