Summary: | Support for optional ligatures | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kconfig | Reporter: | Hannes <h2+bugs> |
Component: | general | Assignee: | Matthew Dawson <matthew> |
Status: | RESOLVED DUPLICATE | ||
Severity: | wishlist | CC: | ak2022dev, andrea.ippo, anton, christoph, kdelibs-bugs-null, nate, waqar.17a |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/frameworks/kwidgetsaddons/-/commit/810903365c3dd25d1e6b859a9b853df298ed23a5 | Version Fixed In: | |
Sentry Crash Report: |
Description
Hannes
2024-01-12 09:45:37 UTC
Thanks for reporting this - as a KDE bug-triager, I have categorised this as a feature request. A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kwidgetsaddons/-/merge_requests/260 Git commit 810903365c3dd25d1e6b859a9b853df298ed23a5 by Christoph Cullmann, on behalf of Waqar Ahmed. Committed on 22/08/2024 at 19:50. Pushed by cullmann into branch 'master'. FontChoose: Allow setting font features when selecting font Atm this setting can't work without support from the application because QFont::toString() doesn't include the feature tags and we (Kconfig) uses QFont::toString() to save a font M +69 -0 src/kfontchooser.cpp M +41 -31 src/kfontchooserwidget.ui https://invent.kde.org/frameworks/kwidgetsaddons/-/commit/810903365c3dd25d1e6b859a9b853df298ed23a5 We still need to fix the config saving. https://invent.kde.org/frameworks/ktexteditor/-/merge_requests/720 For KTextEditor that works, we still need a generic solution for KConfig, not sure how to do that without breaking compatibility. We would need https://invent.kde.org/frameworks/ktexteditor/-/merge_requests/720 in generic to support the features of both free modern fonts like Inter or paid stuff like MonoLisa. *** Bug 499885 has been marked as a duplicate of this bug. *** *** This bug has been marked as a duplicate of bug 499736 *** |