pub type TextPoint = i32;
This simple type specifies a coordinate within the document. This can be used for measurements or spacing
Values represented by this type are restricted to: -400000 <= n <= 400000