Class TextMetrics
java.lang.Object
org.ofdrw.layout.element.canvas.TextMetrics
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
readDirection
public int readDirection阅读方向 -
width
文字宽度(单位毫米mm)如果 readDirection == 0 || 180 为宽度
如果 readDirection == 90 || 270 为高度
-
fontSize
文本字体大小(单位毫米mm) -
offset
后一个字对前一个字的偏移量
-
-
Constructor Details
-
TextMetrics
public TextMetrics()
-