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 GposAnchorOtfMarkRecord. anchorMethods in com.itextpdf.io.font.otf that return GposAnchor Modifier and Type Method Description GposAnchorOtfMarkRecord. getAnchor()Retrieves the anchor of the OtfMarkRecord.static GposAnchor[]OtfReadCommon. readAnchorArray(OpenTypeFontTableReader tableReader, int[] locations, int left, int right)static GposAnchorOtfReadCommon. readGposAnchor(OpenTypeFontTableReader tableReader, int location)Methods in com.itextpdf.io.font.otf with parameters of type GposAnchor Modifier and Type Method Description voidOtfMarkRecord. 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.
-