Category: | Feature request |
Priority: | Normal |
Status: | Assigned |
Project: | Severity: | Minor |
Resolution: | Open |
|
Component: | Reproducibility: | N/A |
Assigned to: |
Ability to use a specific scale for the Font to use such an Arial-12 with a width greater, but keeping the height for example.
In the Java class responsible for this type of situation: AffineTransform -> scale (double sx, double sy)
font.getTransform (). scale (1, 5)
Tab - Text properties
Font name -> Arial
Size -> 12
Scale X -> 1 <- "new feature"
Scale Y -> 5 <- "new feature"
This feature is very useful for pre-printed forms where certain text should be positioned precisely at a given point / size.