https://bugs.documentfoundation.org/show_bug.cgi?id=145967
Heiko Tietze <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|needsUXEval |difficultyMedium, easyHack, | |skillCpp, topicUI Ever confirmed|0 |1 Blocks| |113338, 83009 CC|libreoffice-ux-advise@lists |heiko.tietze@documentfounda |.freedesktop.org |tion.org, | |mentoring@documentfoundatio | |n.org Status|UNCONFIRMED |NEW --- Comment #4 from Heiko Tietze <[email protected]> --- (In reply to Mike Kaganski from comment #0) > The proposal is to implement an infobar, that would tell something like > "some fonts embedded in the document couldn't be loaded due to restricted > licensing rights". Good idea, ideally with the option to load anyway. Guess this could be an interesting easyhack. Mike's code pointer is vcl/source/gdi/embeddedfontshelper.cxx in 153 if( !sufficientFontRights )... SAL_INFO(). For the infobar search for AppendInfoBar(). Referenced Bugs: https://bugs.documentfoundation.org/show_bug.cgi?id=83009 [Bug 83009] [META] Bugs requiring the use of the Infobar https://bugs.documentfoundation.org/show_bug.cgi?id=113338 [Bug 113338] [META] Embedded fonts bugs and enhancements -- You are receiving this mail because: You are the assignee for the bug.
