[Libreoffice-ux-advise] [Bug 157276] [UI] Presenter mode does not use system font

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu Sep 28 09:36:46 UTC 2023


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

Heiko Tietze <heiko.tietze at documentfoundation.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 OS|Linux (All)                 |All
     Ever confirmed|0                           |1
                 CC|libreoffice-ux-advise at lists |heiko.tietze at documentfounda
                   |.freedesktop.org            |tion.org
           Keywords|needsUXEval                 |

--- Comment #4 from Heiko Tietze <heiko.tietze at documentfoundation.org> ---
We discussed the topic in the design meeting.

Looking into the code it seems the presenter console has a lot of room for
customization. It should be possible to set background image/color, font size,
name, color etc. via registry - and consequently allowing to set a theme per
extension.

The fallback is however to use Tahoma.

PresenterTheme::FontDescriptor::CreateFont() {
...
  if (msFamilyName.isEmpty())
     aFontRequest.FontDescription.FamilyName = "Tahoma";

And the majority of participants agree on the request to use the system font as
long nothing is defined per theme.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Libreoffice-ux-advise mailing list