public static class GlyphPositioningTable.PairValues extends Object
PairValues
class implements a pair value record, comprising a glyph id (or zero)
and two optional positioning values.Constructor and Description |
---|
PairValues(int glyph,
GlyphPositioningTable.Value value1,
GlyphPositioningTable.Value value2)
Instantiate a PairValues.
|
Modifier and Type | Method and Description |
---|---|
int |
getGlyph() |
GlyphPositioningTable.Value |
getValue1() |
GlyphPositioningTable.Value |
getValue2() |
String |
toString() |
public PairValues(int glyph, GlyphPositioningTable.Value value1, GlyphPositioningTable.Value value2)
glyph
- the glyph id (or zero)value1
- the value of the first glyph in pair (or null)value2
- the value of the second glyph in pair (or null)public int getGlyph()
public GlyphPositioningTable.Value getValue1()
public GlyphPositioningTable.Value getValue2()
Copyright © 2025 Apache Software Foundation. All rights reserved.