-
| Hi everyone Your configuration (mandatory)
 | 
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 24 replies
-
| This is a typical "Discussions" post, so let me first transfer it to there. | 
Beta Was this translation helpful? Give feedback.
-
| Still don't really understand. Is this a new page? | 
Beta Was this translation helpful? Give feedback.
-
| 
 | 
Beta Was this translation helpful? Give feedback.
-
| Well that rectangle is outside the page rectangle ... for the most part. page.rect
Rect(0.0, 0.0, 229.6060028076172, 164.40899658203125)So the page height is 164. A text of font size 60 will actually need more than 60 in height, because almost every font will need additional room aove and below (scender / descender values). In case of that font, the line height is fontsize * 1.2 = 72 points. But independently from all that: something in your calculation leads to textboxes outside the page limits. For debugging I would suggest to draw computed rectangles to better crosscheck, that text really lands inside them. | 
Beta Was this translation helpful? Give feedback.
-
| 
 Yes, there is no other explanation. | 
Beta Was this translation helpful? Give feedback.




Yes, there is no other explanation.