https://bugs.documentfoundation.org/show_bug.cgi?id=124371

Julien Nabet <serval2...@yahoo.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |serval2...@yahoo.fr

--- Comment #8 from Julien Nabet <serval2...@yahoo.fr> ---
Code pointer:
https://opengrok.libreoffice.org/xref/core/extensions/source/propctrlr/formcomponenthandler.cxx?r=d4ca173f#730

In fact it only tests if there's specific font name indicated.
If it's not the case, it'll put "(default)".
If it's the case, only 3 info will be displayed:
- font name
- font style (regular, italic, bold, italic-bold)
- font size

Now it's a bit of UI to think:
1) should we display more than these 3 info?
2) if not more info because there's a limited space, should we let (default) if
we just selected "underline" for example?
3) if we only chose italic, what should be displayed?
(default), italic, <font size>
or
<font name>, italic, <font size>

Also, I noticed that for all the properties, LO finds retrieves default values
when opening the form first time except font size for which it retrieves
specific value 28, I don't know why for the moment.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to