Uses of Class
com.itextpdf.io.font.otf.GposAnchor
Packages that use GposAnchor
-
Uses of GposAnchor in com.itextpdf.io.font.otf
Methods in com.itextpdf.io.font.otf that return GposAnchorModifier and TypeMethodDescriptionOtfMarkRecord.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 GposAnchorModifier and TypeMethodDescriptionvoid
OtfMarkRecord.setAnchor
(GposAnchor anchor) Sets the anchor of the OtfMarkRecord.Constructors in com.itextpdf.io.font.otf with parameters of type GposAnchorModifierConstructorDescriptionGposAnchor
(GposAnchor other) Creates a Gpos Anchor object based on a given Gpos Anchor object.