Changes between Version 5 and Version 6 of TEXT_LAYOUT_COMMONS


Ignore:
Timestamp:
03/09/10 10:23:23 (15 years ago)
Author:
kyli
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified TEXT_LAYOUT_COMMONS

    v5 v6  
    7777                        + textLayout.getDescent(); 
    7878}}}  
    79 with  
    80 {{{ 
     79  with  
     80 {{{ 
    8181                        TextRunIterator runIterator = new TextRunIterator(textLine); 
    8282                        float lineHeight = runIterator.getLineHeight(); 
    83 }}} 
     83 }}} 
    8484 
    8585= Implementation =