Package org.lwjgl.util.freetype
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 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 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 org.lwjgl.system.StructBuffer
apply, apply, forEach, get, get, get, get, iterator, parallelStream, put, put, sizeof, spliterator, streamMethods 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, toStringMethods inherited from class org.lwjgl.system.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
public int unique_id()- Returns:
- the value of the
unique_idfield.
-
lenIV
public int lenIV()- Returns:
- the value of the
lenIVfield.
-
num_blue_values
public byte num_blue_values()- Returns:
- the value of the
num_blue_valuesfield.
-
num_other_blues
public byte num_other_blues()- Returns:
- the value of the
num_other_bluesfield.
-
num_family_blues
public byte num_family_blues()- Returns:
- the value of the
num_family_bluesfield.
-
num_family_other_blues
public byte num_family_other_blues()- Returns:
- the value of the
num_family_other_bluesfield.
-
blue_values
- Returns:
- a
ShortBufferview of theblue_valuesfield.
-
blue_values
public short blue_values(int index) - Returns:
- the value at the specified index of the
blue_valuesfield.
-
other_blues
- Returns:
- a
ShortBufferview of theother_bluesfield.
-
other_blues
public short other_blues(int index) - Returns:
- the value at the specified index of the
other_bluesfield.
-
family_blues
- Returns:
- a
ShortBufferview of thefamily_bluesfield.
-
family_blues
public short family_blues(int index) - Returns:
- the value at the specified index of the
family_bluesfield.
-
family_other_blues
- Returns:
- a
ShortBufferview of thefamily_other_bluesfield.
-
family_other_blues
public short family_other_blues(int index) - Returns:
- the value at the specified index of the
family_other_bluesfield.
-
blue_scale
public long blue_scale()- Returns:
- the value of the
blue_scalefield.
-
blue_shift
public int blue_shift()- Returns:
- the value of the
blue_shiftfield.
-
blue_fuzz
public int blue_fuzz()- Returns:
- the value of the
blue_fuzzfield.
-
standard_width
- Returns:
- a
ShortBufferview of thestandard_widthfield.
-
standard_width
public short standard_width(int index) - Returns:
- the value at the specified index of the
standard_widthfield.
-
standard_height
- Returns:
- a
ShortBufferview of thestandard_heightfield.
-
standard_height
public short standard_height(int index) - Returns:
- the value at the specified index of the
standard_heightfield.
-
num_snap_widths
public byte num_snap_widths()- Returns:
- the value of the
num_snap_widthsfield.
-
num_snap_heights
public byte num_snap_heights()- Returns:
- the value of the
num_snap_heightsfield.
-
force_bold
public boolean force_bold()- Returns:
- the value of the
force_boldfield.
-
round_stem_up
public boolean round_stem_up()- Returns:
- the value of the
round_stem_upfield.
-
snap_widths
- Returns:
- a
ShortBufferview of thesnap_widthsfield.
-
snap_widths
public short snap_widths(int index) - Returns:
- the value at the specified index of the
snap_widthsfield.
-
snap_heights
- Returns:
- a
ShortBufferview of thesnap_heightsfield.
-
snap_heights
public short snap_heights(int index) - Returns:
- the value at the specified index of the
snap_heightsfield.
-
expansion_factor
public long expansion_factor()- Returns:
- the value of the
expansion_factorfield.
-
language_group
public long language_group()- Returns:
- the value of the
language_groupfield.
-
password
public long password()- Returns:
- the value of the
passwordfield.
-
min_feature
- Returns:
- a
ShortBufferview of themin_featurefield.
-
min_feature
public short min_feature(int index) - Returns:
- the value at the specified index of the
min_featurefield.
-