-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update font metadata to show support for BM (West Africa) #256
Comments
The STIX fonts do not currently contain a meta table, which can record specific script/language design targets and support (where design targets are intentional and support might be accidental, as in this case). Most fonts with meta tables, however, only record script, not languages, as the list of tags for the latter can be numerous and are easily incomplete for language support. There are a variety of tools that can be used to compile lists of supported languages, and this is something we could do for the STIX Two fonts, and publish these in the repo for informative purposes, without any guarantee that the list is 100% accurate or complete. |
Thank you.... Just curious does the following come from Google ? |
fc-scan is a fontconfig tool. |
By the way, Bambara is not supported, as fc-scan correctly shows. The fc-lang definition file for Bambara bm.orth correctly lists the uppercase characters that should be included, namely: 0186 Ɔ and 019D Ɲ. |
ah ok. So it is missing then two uppercase glyphs. (I need to add the upper case to my sample text.) Then it would be awesome to add these as well since the lower case are already there!!! Anyway thanks for the feedback. We don't have a lot of options for the 40 million mandenkan speakers. There are many other languages in West Africa that are related and use the same characters. ie Jula/Dioula in Côte d'Ivoire/Guinée, Mandingo in Liberia. There are many others, that could benefit, and you are soooo close! But hey even lower case is a bonus! |
I may add a meta table for v2.25, but probably only if I switch the build process to the general Tiro builder tool instead of the earlier custom tool used for v2.13. However, the meta table will only record script support, not languages. |
It seems that STIX fonts supports the necessary glyphs for the manden group of languages spoken by some 40 million people in West Africa. However the font does not show support for BM (Bambara). The glyphs required are the following:
glyphs=("U+014a" "U+014b" "U+0254" "U+0186" "U+025b" "U+0190" "U+019d")
And in the screenshot it does appear that these are available.
Can the metadata be updated to show support for these glyphs and the Bambara language?
See: https://coastsystems.net/blog/en/2020-08-26-fontlist/
The text was updated successfully, but these errors were encountered: