Changes between Initial Version and Version 1 of Ticket #8934, comment 4


Ignore:
Timestamp:
2013-08-06T00:58:07+02:00 (12 years ago)
Author:
AlfonZ

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8934, comment 4

    initial v1  
    11Moved halo drawing from `drawArea`, `drawBoxText` and `drawTextOnPath` to `displayText` - [attachment:8934-3a-DisplayTextRefactor.patch patch#3].
    22
    3 It works, but doesn't look that nice. `drawTextOnPath`'s usage complicates is a little bit, because it places text along a path character by character, so doesn't use `drawString`.
     3It works, but doesn't look that nice. `drawTextOnPath`'s usage complicates it a little bit, because it places text along a path character by character, so doesn't use `drawString`.
    44
    55I was thinking about adding extra `displayText(String,...)` that would convert `String` to `GlyphVector` and handing that to `displayText(GlyphVector,...)` which would do the drawing - [attachment:8934-4a-String2GlyphVector.patch patch#4].