https://bugs.documentfoundation.org/show_bug.cgi?id=145481
Bug ID: 145481
Summary: To set font size of a character style in percentage
relative to current paragraph style
Product: LibreOffice
Version: 7.1.5.2 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: enhancement
Priority: medium
Component: Writer
Assignee: [email protected]
Reporter: [email protected]
Description:
I have a document where the first paragraph is styled with the paragraph style
Foo (font size is 12 pt) and the second paragraph is styled with the paragraph
style Bar (font size is 10 pt).
I also have the Xyz character style, in which the font size is set to 80%.
When I apply the Xyz to the first word in the first paragraph, the font size of
the word is changed to 9.6.
```
12 * 80% = 9.6
fine
```
But when I apply it the first word in the second paragraph, the font size is
changed to 9.6, while I expect 8.
```
10 * 80% = 8
```
Actual Results:
-
Expected Results:
-
Reproducible: Always
User Profile Reset: No
Additional Info:
-
--
You are receiving this mail because:
You are the assignee for the bug.