Changes between Version 5 and Version 6 of TEXT_LAYOUT_COMMONS
- Timestamp:
- 03/09/10 10:23:23 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified TEXT_LAYOUT_COMMONS
v5 v6 77 77 + textLayout.getDescent(); 78 78 }}} 79 with80 {{{79 with 80 {{{ 81 81 TextRunIterator runIterator = new TextRunIterator(textLine); 82 82 float lineHeight = runIterator.getLineHeight(); 83 }}}83 }}} 84 84 85 85 = Implementation =