public class OtfClass extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static int |
GLYPH_BASE |
static int |
GLYPH_LIGATURE |
static int |
GLYPH_MARK |
Modifier and Type | Method and Description |
---|---|
static OtfClass |
create(RandomAccessFileOrArray rf, int classLocation) |
int |
getOtfClass(int glyph) |
int |
getOtfClass(int glyph, boolean strict) |
boolean |
hasClass(int glyph) |
boolean |
isMarkOtfClass(int glyph) |
public static final int GLYPH_BASE
public static final int GLYPH_LIGATURE
public static final int GLYPH_MARK
public static OtfClass create(RandomAccessFileOrArray rf, int classLocation)
public int getOtfClass(int glyph)
public boolean isMarkOtfClass(int glyph)
public boolean hasClass(int glyph)
public int getOtfClass(int glyph, boolean strict)
Copyright © 1998–2023 iText Group NV. All rights reserved.