Changes between Version 16 and Version 17 of TEXT_MODEL_REDESIGN
- Timestamp:
- 03/31/10 10:55:45 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified TEXT_MODEL_REDESIGN
v16 v17 185 185 * The hyphenation should be easily implemented in future, since we currently break words on our own in HotSegmentLayout. The difference will be that we will break the text into hyphens instead of words. So, the word break policy will seem like that: Try to layout a word, if not possible, try to layout as many hyphens as possible. If no words are laid out, try to layout as many characters as possible. Some hyphenation library should provide hyphen-breaking of a word. That should be all. 186 186 * Spellchecking capability seems to be implemented in our next task. We will create a text post-processor, which can handle a ImmText so that it will contain certain attributes about some decoration. A spellcheck processor will need to be created - it will receive raw text and return processed one (with curly underlines maybe). 187 188 Edit: 189 * Text right-to-left support is also not working. Generally, every glyph-processing language would not work with this implementation of TextRun.layoutGlyphVector(). These languages include Arabic, Hebrew, Hindi and maybe some others. 190 187 191 = Testing = 188 192 ^(Place the testing results here.)^