CpdfpositionPositions
val string_of_position : position -> stringProduce a debug string of a position
val calculate_position :
bool ->
float ->
(float * float * float * float) ->
position ->
float * float * floatcalculate_position ignore_d w (xmin, ymin, xmax, ymax) orientation pos calculates the absolute position of text given its width, bounding box, orientation and position. If ignore_d is true, the distance from the position (e.g 10 in TopLeft 10) is ignored (considered zero).