Opened 7 years ago
Last modified 6 years ago
#3516 new enhancement
Add font encoding and name parameters to d.northarrow
Reported by: | marisn | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 7.6.2 |
Component: | Display | Version: | svn-trunk |
Keywords: | d.northarrow | Cc: | |
CPU: | Unspecified | Platform: | Unspecified |
Description
Most of d.* modules displaying user supplied text allow to set encoding and font, but d.northarrow does not. These options should be added to allow correct displaying of any non-ascii text (on Windows). See d.text for code.
Attachments (1)
Change History (6)
by , 6 years ago
Attachment: | d_northarrow_charset.diff added |
---|
follow-up: 2 comment:1 by , 6 years ago
Please try this mostly untested patch (adds font, path and charset parameters, based on d.text).
comment:2 by , 6 years ago
Replying to neteler:
Please try this mostly untested patch (adds font, path and charset parameters, based on d.text).
Tested on Linux and works fine. Unfortunately I do not have an access to Windows box suitable for testing.
Note:
See TracTickets
for help on using tickets.
Patch to add font, path and charset parameters