Update gsoc.rst

This commit is contained in:
Akshay Arora 2015-02-19 00:22:09 +05:30
parent 1605a2d89d
commit 08a7705675
1 changed files with 3 additions and 3 deletions

View File

@ -98,9 +98,9 @@ Enhancements to Kivy
engine- Harfbuzz. You would need to ensure that we can compile Harfbuzz engine- Harfbuzz. You would need to ensure that we can compile Harfbuzz
on every platform and properly integrate it as a core text provider. on every platform and properly integrate it as a core text provider.
The second part of the same project would involve fant fallback support. The second part of the same project would involve font fallback support.
If a particular character is missing; currently we show a [] box. If a particular character/glyph is missing; currently we show a [] box.
The solution for this would involve either using a os api's if available The solution for this would involve either using a os API if available
or maintaining a hashtable for the default fonts on each OS which can be or maintaining a hashtable for the default fonts on each OS which can be
used for glyph fallback. used for glyph fallback.