Changes between Version 2 and Version 3 of Ticket #7624, comment 10


Ignore:
Timestamp:
2012-04-29T01:52:08+02:00 (12 years ago)
Author:
cmuelle8

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7624, comment 10

    v2 v3  
    3737In latest version of the patch I add the base line offset after any other offset calculation is done. So
    3838  * "10" is essentially base_offset += 10   and
    39   * "+10" will be similar to base_offset += base_width/2 + left_casing_width/2 + 10
     39  * "+10" will be (wrt example) base_offset += (base_width/2 + left_casing_width/2) + 10  i.e. base_offset += (pre-calculated offset) + 10
    4040
    4141..