Uses of Class
com.itextpdf.io.font.otf.GposAnchor
-
Packages that use GposAnchor Package Description com.itextpdf.io.font.otf -
-
Uses of GposAnchor in com.itextpdf.io.font.otf
Fields in com.itextpdf.io.font.otf declared as GposAnchor Modifier and Type Field Description private GposAnchor
OtfMarkRecord. anchor
Methods in com.itextpdf.io.font.otf that return GposAnchor Modifier and Type Method Description GposAnchor
OtfMarkRecord. getAnchor()
Retrieves the anchor of the OtfMarkRecord.static GposAnchor[]
OtfReadCommon. readAnchorArray(OpenTypeFontTableReader tableReader, int[] locations, int left, int right)
static GposAnchor
OtfReadCommon. readGposAnchor(OpenTypeFontTableReader tableReader, int location)
Methods in com.itextpdf.io.font.otf with parameters of type GposAnchor Modifier and Type Method Description void
OtfMarkRecord. setAnchor(GposAnchor anchor)
Sets the anchor of the OtfMarkRecord.Constructors in com.itextpdf.io.font.otf with parameters of type GposAnchor Constructor Description GposAnchor(GposAnchor other)
Creates a Gpos Anchor object based on a given Gpos Anchor object.
-