How can I apply bold and grey text styles to different parts of a PDF header (name and date) while ensuring that the styles render correctly across all page rotations (0, 90, 180, and 270 degrees)? #3991
Unanswered
Begimkins
asked this question in
Looking for help
Replies: 1 comment
-
FYI, I am still interested in possible options |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am adding a header to PDF pages that includes a bold "name" and a grey "date" The header styles render correctly when the page is rotated at 0 and 180 degrees, but there are issues when the page is rotated at 90 or 270 degrees:
Bold Styling: The "name" should appear bold regardless of page orientation.

Grey Coloring: The "date of loss" should remain in a grey color across all rotations.
They should both be on the same line when rotated. Right now, my challenge is when rotated this nightmare happens:
Consistent Placement: The relative positioning of the styled text (bold and grey) should remain consistent, ensuring the styles are not distorted or misaligned on rotated pages.
I tried to do this and it caused the issue above on my screenshot.
Beta Was this translation helpful? Give feedback.
All reactions