<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Font and style on mainframe in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Font-and-style-on-mainframe/m-p/165126#M6176</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. I'll try.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Feb 2014 15:48:21 GMT</pubDate>
    <dc:creator>alr</dc:creator>
    <dc:date>2014-02-06T15:48:21Z</dc:date>
    <item>
      <title>Font and style on mainframe</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Font-and-style-on-mainframe/m-p/165122#M6172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I’m running following code on mainframe in a JCL and receive following warning.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;goptions reset=all&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp; noborder&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp; dev=png &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp; GSFMODE=REPLACE&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp; gsfname=ud&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp; xpixels=300&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp; ypixels=40&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp; AUTOSIZE=OFF&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp; FTEXT=VERDANA;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;data anno;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; length style $ 8 text $ 31 html $ 200;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; xsys="3"; ysys="3"; hsys="3"; x=5; y=50;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; style="Verdana";&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; size=46;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; text="Hello world";&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; position="0";&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; html='href="&lt;A href="http://sas.com/"&gt;http://sas.com&lt;/A&gt;" target=_blank'; output;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;run;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;proc ganno anno=anno name='hello';&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;run;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;************&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;WARNING: Font VERDANA could not be used.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;Font SIMPLEX substituted for font VERDANA.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;************&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Does anyone know how can I make SAS to use Verdana font ? Is it possible on mainframe?&lt;BR /&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 12:45:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Font-and-style-on-mainframe/m-p/165122#M6172</guid>
      <dc:creator>alr</dc:creator>
      <dc:date>2014-02-06T12:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: Font and style on mainframe</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Font-and-style-on-mainframe/m-p/165123#M6173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Verdana is a Microsoft font, so it's probably not on your mainframe. You can check with your systems administrator to confirm.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 12:59:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Font-and-style-on-mainframe/m-p/165123#M6173</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2014-02-06T12:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: Font and style on mainframe</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Font-and-style-on-mainframe/m-p/165124#M6174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, thanks. &lt;/P&gt;&lt;P&gt;I’ll check.&lt;/P&gt;&lt;P&gt;I get the same warning with almost any font therfore I thougth it could be an option somewhere which I have forgot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 13:13:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Font-and-style-on-mainframe/m-p/165124#M6174</guid>
      <dc:creator>alr</dc:creator>
      <dc:date>2014-02-06T13:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: Font and style on mainframe</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Font-and-style-on-mainframe/m-p/165125#M6175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SAS can use any TrueType font on MVS provided that the font file exists somewhere on the system.&amp;nbsp; Once a copy of the font is available on MVS, simply register the font using the FONTREG procedure to begin using the font with SAS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/proc/61895/HTML/default/viewer.htm#a002613549.htm" title="http://support.sas.com/documentation/cdl/en/proc/61895/HTML/default/viewer.htm#a002613549.htm"&gt;Base SAS(R) 9.2 Procedures Guide&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According to Wikipedia, the Verdana font was available on Microsoft's website as freeware up until 2002 but newer versions of the font must be licensed now.&amp;nbsp; Follow the link below for more information about the Verdana font.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://en.wikipedia.org/wiki/Verdana" title="http://en.wikipedia.org/wiki/Verdana"&gt;Verdana - Wikipedia, the free encyclopedia&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You might consider looking for a Verdana substitute from the long list of freeware fonts available from Google Fonts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.google.com/fonts" title="http://www.google.com/fonts"&gt;Google Fonts&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 15:44:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Font-and-style-on-mainframe/m-p/165125#M6175</guid>
      <dc:creator>RobertDolan</dc:creator>
      <dc:date>2014-02-06T15:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: Font and style on mainframe</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Font-and-style-on-mainframe/m-p/165126#M6176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. I'll try.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Feb 2014 15:48:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Font-and-style-on-mainframe/m-p/165126#M6176</guid>
      <dc:creator>alr</dc:creator>
      <dc:date>2014-02-06T15:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: Font and style on mainframe</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Font-and-style-on-mainframe/m-p/165127#M6177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just a correction to my code above.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The style should be in quotation marks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;data anno;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;....&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;style=&lt;STRONG&gt;" &lt;/STRONG&gt;&lt;/EM&gt;&lt;STRONG style="color: #ff0000; font-size: 14pt;"&gt;’&lt;/STRONG&gt;&lt;EM&gt;Verdana&lt;/EM&gt;&lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt;&lt;STRONG&gt;’&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;"&lt;/STRONG&gt;;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;....&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;run;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have found which fonts are installed in our server by running following code:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;proc registry list&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;startat="core\printing\freetype\fonts";&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;run;quit;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 15:42:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Font-and-style-on-mainframe/m-p/165127#M6177</guid>
      <dc:creator>alr</dc:creator>
      <dc:date>2014-02-17T15:42:11Z</dc:date>
    </item>
  </channel>
</rss>

