openshot.developers team mailing list archive
-
openshot.developers team
-
Mailing list archive
-
Message #05862
[Bug 712295] Re: Some font names are unreadable in animated title editor
Thanks IRIE! The patch works great. My only hesitation with this patch
is it adds a new dependency to OpenShot... "fontconfig". I don't know
much about this library, but it seems pretty common. So, I updated our
help manual to include this new dependency, and committed the patch to
the trunk.
** Changed in: openshot
Importance: Undecided => Medium
** Changed in: openshot
Status: Confirmed => Fix Committed
--
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:
Fix Committed
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