Bug 470457 - Font version number is not displayed
Summary: Font version number is not displayed
Status: REPORTED
Alias: None
Product: kfontview
Classification: Applications
Component: general (show other bugs)
Version: 5.26.1
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-30 17:08 UTC by Peter
Modified: 2023-05-30 17:12 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
From Windows, displays the version number. (38.22 KB, image/png)
2023-05-30 17:08 UTC, Peter
Details
From Windows, details tab. (14.53 KB, image/png)
2023-05-30 17:09 UTC, Peter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter 2023-05-30 17:08:44 UTC
Created attachment 159353 [details]
From Windows, displays the version number.

SUMMARY

kfontview does not display the version number of the font file nor does right-clicking on the file and selecting properties, then details.

This is an issue because sometimes newer or older font versions are broken and it's necessary to know which is which.

There is a command line workaround, but it's onerous because it's not a string that can be remembered (see additional info).

STEPS TO REPRODUCE
1. Double-click on a font file or right-click in a file manager, select properties and look at details.

OBSERVED RESULT
The version number of the font is not present.

EXPECTED RESULT
Version number to be displayed.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 5.26.1

ADDITIONAL INFORMATION
Comment 1 Peter 2023-05-30 17:09:42 UTC
Created attachment 159354 [details]
From Windows, details tab.
Comment 2 Peter 2023-05-30 17:12:18 UTC
fc-query -f '%{fontversion}\n' DejaVuSans.ttf | perl -E 'printf "%.3f\n", <>/65536.0'

Above is a string that can be typed in the console to get the version number of a font.. nobody is going to be able to have this memorized.