1) what you did this week<br>
<br>Dive into the code related to UI text rendering. Did some tests to see how<br>the system works ( font handles, UI styles, python&#39;s blf handle, textdomain<br>settings, etc ). Then successfully displayed some menu items with Chinese,<br>
and found a ttf for unicode <span class="definition">characters. ( unifont.ttf, see <a href="http://unifoundry.com">unifoundry.com</a> )<br></span>
<br>
2) what you will do next week<br>
<span class="number"></span><span class="definition"><br>Begin to write formal</span> codes and commit. It may start with a unified<br><span class="definition">framework</span> for both C and Python to benefit from gettext. I have got some<br>
ideas.<br><br>
3) any problems that will require extra attention and the impact on<br>
your proposed schedule<br>
<br>Font files will increase the Blender&#39;s size dramatically. Now we found the<br>unifont.ttf, while takes 15MB and could be zipped to 3MB. We are still<br>looking for a better way to handle this.<br>