mirror of
https://github.com/unidoc/unipdf.git
synced 2025-05-14 19:29:50 +08:00
12 lines
365 B
Markdown
12 lines
365 B
Markdown
![]() |
There are two directions
|
||
|
|
||
|
- *reading*
|
||
|
- *depth*
|
||
|
|
||
|
In English text,
|
||
|
- the *reading* direction is left to right, increasing X in the PDF coordinate system.
|
||
|
- the *depth* directon is top to bottom, decreasing Y in the PDF coordinate system.
|
||
|
|
||
|
We define *depth* as distance from the bottom of a word's bounding box from the top of the page.
|
||
|
depth := pageSize.Ury - r.Lly
|