Bug 236060 - Allow to change order of fonts used for missing glyphs
Summary: Allow to change order of fonts used for missing glyphs
Status: CONFIRMED
Alias: None
Product: systemsettings
Classification: Applications
Component: kcm_fonts (other bugs)
Version First Reported In: unspecified
Platform: Unlisted Binaries Unspecified
: NOR wishlist
Target Milestone: ---
Assignee: System Settings Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-02 19:53 UTC by Dotan Cohen
Modified: 2024-07-09 19:15 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dotan Cohen 2010-05-02 19:53:37 UTC
Version:            (using KDE 4.4.2)
Installed from:    Unspecified Linux

Please add an option to System Settings to set the font-replacement order for glyphs that do not exist in the current font.

For instance, if the user uses a Unicode character that does not exist in the preferred font, the system will substitute a glyph from another font. This bug requests that the order in which the fonts will be checked for glyphs to be configurable from within System Settings' Font Manager.
Thanks.
Comment 1 Christoph Feck 2010-05-03 03:04:53 UTC
While this is not currently possible using the KDE tools, you could change the fonts.conf file manually and add the substitution rules there.

Related to bug 14496, bug 39185.
Comment 2 Dotan Cohen 2010-05-03 12:15:01 UTC
Thanks, Christoph. After some more research, I discovered that the term "font substitution" is not fitting, as it refers to something else already. I am updating the title to reflect that.

I am looking further into this, I may take a short at writing a Python app to handle this. I will post back with more details later. if anyone has any advice or links to good f manuals, I'd appreciate it. Thanks.