Changes between Initial Version and Version 1 of Ticket #7151


Ignore:
Timestamp:
Nov 14, 2017, 7:11:45 PM (6 years ago)
Author:
Alan Thomas
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7151 – Description

    initial v1  
    33Currently OGR outputs the text style name in the `f` parameter of the style string. This is wrong; `f` is for the font name. I correct this behaviour in the patch. If no font name is available, "Arial" continues to be used as the fallback.
    44
    5 This patch also adds the ability to write `bo` (bold), `it` (italic) and `w` (width factor) style parameters.
     5This patch also adds support for `bo` (bold), `it` (italic) and `w` (width factor) style parameters.
    66
    77Additionally, it fixes a bug where a TEXT entity with alignment point x-coordinate (group code 11) equal to 0 would be missing the `dx` parameter in the style string, even when that parameter would have been nonzero. Likewise for the y-coordinate.