BookmarkSubscribeRSS Feed
deleted_user
Not applicable
I want to insert Registered mark symbol ® in the legend.

legend1 position=(bottom left inside)
frame
across=1 down=2
mode=protect
shape=symbol(4, 0.8)
label=none
value=(tick=1 f=zapf h=1.3 j=c "Prod1® RCT"
tick=2 f=zapf h=1.3 j=c "Prod2® RCT");

If I write this code then in the output JPG file, I do not get ® symbol. Is there any way to get this symbol in the legend?

I would appreaciate if you can help me out.
2 REPLIES 2
1162
Calcite | Level 5
I changed the font to Arial and it seemed to work fine. I wonder if the zaph font is supported.
Cynthia_sas
Diamond | Level 26
To determine the fonts available to SAS/Graph, refer to this note:
http://support.sas.com/kb/00/100.html

SAS allows the registration of TrueType Fonts using the FONTREG procedure:
http://support.sas.com/documentation/cdl/en/proc/59565/HTML/default/a002609115.htm

And this is the doc for using TrueType fonts with SAS/Graph procedures:
http://support.sas.com/documentation/cdl/en/hostwin/59544/HTML/default/usettf.htm

cynthia
What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 1320 views
  • 0 likes
  • 3 in conversation