openshot.developers team mailing list archive
-
openshot.developers team
-
Mailing list archive
-
Message #05838
[Bug 712295] Re: Some font names are unreadable in animated title editor
I wrote a patch for this issue. By applying this patch, the font
selector uses 'fc-list' command instead of ImageFont module, and should
correctly show the font names according to current locale.
** Patch added: "use_fc-list_for_anim_title_editor.patch"
https://bugs.launchpad.net/openshot/+bug/712295/+attachment/1826616/+files/use_fc-list_for_anim_title_editor.patch
--
You received this bug notification because you are a member of OpenShot
Developers, which is subscribed to OpenShot Video Editor.
https://bugs.launchpad.net/bugs/712295
Title:
Some font names are unreadable in animated title editor
Status in OpenShot Video Editor:
New
Bug description:
Font selector in the animated title editor uses PIL's ImageFont module
since r442. However, it extracts the font names from .ttf files
regardless of current locale and assumes the names contain only ASCII
characters, so some fonts having only multibyte name become unreadable
in the dropdown menu. (See screenshot)
References