How to create a textbox where the font style is outline
gravityhomer
I am trying to simply draw some text in a blank graph, and I would like to use the outline style, where the letters have a border, like a black border around white letters. Here is some example code, where the "fstyle = 8" sets the style as outline. I have tried it with Helvetica, Geneva and Arial. If I use "fstyle = 4" I can get the words to be underlined, so I know the code is working, but am I doing something wrong to achieve outline. I tried it in a textbox and it doesn't work either.
I am using Mac OS 10.6.8 and the Igor Reference indicates that outline style is for Macs only. Any help would be great.
SetDrawEnv xcoord= abs,ycoord= abs
SetDrawEnv textxjust= 0,textyjust= 0,fsize= FontSize
SetDrawEnv fstyle= 8
DrawText text_x0, text_y0, dateText
--Jim Prouty
Software Engineer, WaveMetrics, Inc.
January 6, 2014 at 11:49 am - Permalink
January 6, 2014 at 01:55 pm - Permalink
--
J. J. Weimer
Chemistry / Chemical & Materials Engineering, UAHuntsville
January 7, 2014 at 09:43 am - Permalink