Uses of Class
org.ofdrw.converter.point.TextCodePoint
Packages that use TextCodePoint
-
Uses of TextCodePoint in org.ofdrw.converter.utils
Methods in org.ofdrw.converter.utils that return types with arguments of type TextCodePointModifier and TypeMethodDescriptionstatic List<TextCodePoint> PointUtil.calPdfTextCoordinate(double width, double height, org.ofdrw.core.basicType.ST_Box boundary, float fontSize, List<org.ofdrw.core.text.TextCode> textCodes, boolean hasCtm, org.ofdrw.core.basicType.ST_Array ctm, boolean fixOriginToPdf, double scale) static List<TextCodePoint> PointUtil.calPdfTextCoordinate(double width, double height, org.ofdrw.core.basicType.ST_Box boundary, float fontSize, List<org.ofdrw.core.text.TextCode> textCodes, List<org.ofdrw.core.text.CT_CGTransform> cgTransforms, org.ofdrw.core.basicType.ST_Box compositeObjectBoundary, org.ofdrw.core.basicType.ST_Array compositeObjectCTM, boolean hasCtm, org.ofdrw.core.basicType.ST_Array ctm, boolean fixOriginToPdf) static List<TextCodePoint> PointUtil.calPdfTextCoordinate(double width, double height, org.ofdrw.core.basicType.ST_Box boundary, float fontSize, List<org.ofdrw.core.text.TextCode> textCodes, List<org.ofdrw.core.text.CT_CGTransform> cgTransforms, org.ofdrw.core.basicType.ST_Box compositeObjectBoundary, org.ofdrw.core.basicType.ST_Array compositeObjectCTM, boolean hasCtm, org.ofdrw.core.basicType.ST_Array ctm, boolean fixOriginToPdf, double scale) static List<TextCodePoint> PointUtil.calTextPoint(List<org.ofdrw.core.text.TextCode> textCodes)