This document discusses developing an app framework for rendering Indian language text on Android 2.x. It covers:
1) Background on Unicode standards and font technologies like OpenType and TrueType
2) The current limitations in Android for accurately rendering Indic scripts
3) The proposed approach of developing a custom TrueType font and library to handle reordering, conjuncts, and substitutions required for correct rendering.
4) Examples of implementing the custom font in an Android app using Typeface and TextView.