Add comments

This commit is contained in:
Behdad Esfahbod 2011-09-28 16:20:09 -04:00
parent a240d5a0a3
commit 55deff7595
1 changed files with 4 additions and 0 deletions

View File

@ -55,6 +55,10 @@
* feature in the font is not adequate, use the precomposed character * feature in the font is not adequate, use the precomposed character
* which typically has better mark positioning. * which typically has better mark positioning.
* *
* - When a font does not support a combining mark, but supports it precomposed
* with previous base. This needs the itemizer to have this knowledge too.
* We need ot provide assistance to the itemizer.
*
* - When a font does not support a character but supports its decomposition, * - When a font does not support a character but supports its decomposition,
* well, use the decomposition. * well, use the decomposition.
* *