Issues.00428 - lordmundi/wikidoctest GitHub Wiki
00428: greek characters requested for overlays
Summary: greek characters requested for overlays
Created: 2012–08–10 19:05
Status: Released
Category: Request
From: frankie
Version: 2.2
Released_In: 2.3
Description:
some folks would like to be able to use greek characters in their overlays. this is a request to add this capability.
Comments
frankie August 10, 2012, at 07:07 PM: I've gotten this working by adding a new font that you can select that has the Greek character font set. I'll give a more detailed example soon.
frankie August 13, 2012, at 12:49 PM: Basically, you just need to specify the "-font symbol" on your text element to have it use Greek characters. Use the English character equivalent for both uppercase and lowercase and they will get converted. For example, if your canvas has been created and stored in the variable "canvas_id", then the following will render similar to the screenshot below.
${canvas_id} create text 1.0 7.0 -font symbol -text "ABCD abcd" -anchor nw
Associated Commits
| commit | e1aa7aa1df99ecb04090417d452d4a02c98b6b98
link6 |
||
| Author: | Frank Graffagnino
|
| Date: | Mon Aug 13 11:18:25 2012 -0500
|
| Message: | [@Issue 00428: Added in new symbol font to support greek characters in overlays
By specifying -font symbol on a text element, corresponding greek characters will be used, both uppercase and lowercase. @] |
Affected Files:
fonts/symbol.glf | Bin 0 -> 133400 bytes
1 file changed, 0 insertions(+), 0 deletions(-)