View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0014621 | Scribus | User Interface | public | 2017-02-12 12:02 | 2017-02-21 04:25 |
Reporter | root | Assigned To | |||
Priority | low | Severity | feature | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | GNU/Linux | OS | Ubuntu | OS Version | 16.04.1 LTS |
Product Version | 1.5.3.svn | ||||
Summary | 0014621: use StyleSet names if available instead of just displaying ss01, ss02, ss03, …, ss20 | ||||
Description | Since the new text layout engine is in place, GSUB style set tables can be activated. That's awesome! However, the interface just displays ss01, …. It would be nice to display the strings, that in FontForge are accessible via the menu bar → Element → Font Info (Ctrl-Shift-F) → StyleSet names. I don't want to fire up some font editor (e.g. FontForge) to have a peek how the particular tables look like. Implementing this feature makes scribus more usable for users, who don't have had any touch with font design processes. | ||||
Additional Information | If for one particular StyleSet a string for only one language is stored, use that one, even though Scribus' user interface is some other language. Otherwise use the human readable display string that matches the user interface language. | ||||
Tags | No tags attached. | ||||
Patch | No | ||||
|
I opened a ticket in harfbuzz for this request. current now there is no api to get names of StyleSets. https://github.com/behdad/harfbuzz/issues/425 |