<?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 support in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/font-support/m-p/365561#M2719</link>
    <description>&lt;P&gt;&lt;A href="http://go.documentation.sas.com/?docsetId=statug&amp;amp;docsetVersion=14.2&amp;amp;docsetTarget=statug_kaplan_sect045.htm&amp;amp;locale=en" target="_blank"&gt;http://go.documentation.sas.com/?docsetId=statug&amp;amp;docsetVersion=14.2&amp;amp;docsetTarget=statug_kaplan_sect045.htm&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This will&amp;nbsp;not fully answer your question, but it shows you how to identify and change the graph fonts in a style.&lt;/P&gt;</description>
    <pubDate>Thu, 08 Jun 2017 23:53:24 GMT</pubDate>
    <dc:creator>WarrenKuhfeld</dc:creator>
    <dc:date>2017-06-08T23:53:24Z</dc:date>
    <item>
      <title>font support</title>
      <link>https://communities.sas.com/t5/SAS-Studio/font-support/m-p/365406#M2706</link>
      <description>&lt;P&gt;Does sas studio support font "Times Roman"?&lt;/P&gt;&lt;P&gt;I can not find font list in the below link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://documentation.sas.com/?cdcId=vdmmlcdc&amp;amp;cdcVersion=8.11&amp;amp;docsetId=uprint&amp;amp;docsetTarget=n04qo8tw2712qln1mzugjoorkj7j.htm&amp;amp;locale=zh-TW" target="_blank"&gt;http://documentation.sas.com/?cdcId=vdmmlcdc&amp;amp;cdcVersion=8.11&amp;amp;docsetId=uprint&amp;amp;docsetTarget=n04qo8tw2712qln1mzugjoorkj7j.htm&amp;amp;locale=zh-TW&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And if I want to set up a style that I can use when I want to generate pdf.&lt;/P&gt;&lt;P&gt;How can set up fond, word pt and bold?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you all!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2017 14:53:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/font-support/m-p/365406#M2706</guid>
      <dc:creator>Takamini</dc:creator>
      <dc:date>2017-06-08T14:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: font support</title>
      <link>https://communities.sas.com/t5/SAS-Studio/font-support/m-p/365561#M2719</link>
      <description>&lt;P&gt;&lt;A href="http://go.documentation.sas.com/?docsetId=statug&amp;amp;docsetVersion=14.2&amp;amp;docsetTarget=statug_kaplan_sect045.htm&amp;amp;locale=en" target="_blank"&gt;http://go.documentation.sas.com/?docsetId=statug&amp;amp;docsetVersion=14.2&amp;amp;docsetTarget=statug_kaplan_sect045.htm&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This will&amp;nbsp;not fully answer your question, but it shows you how to identify and change the graph fonts in a style.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2017 23:53:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/font-support/m-p/365561#M2719</guid>
      <dc:creator>WarrenKuhfeld</dc:creator>
      <dc:date>2017-06-08T23:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: font support</title>
      <link>https://communities.sas.com/t5/SAS-Studio/font-support/m-p/365582#M2720</link>
      <description>&lt;P&gt;Thank you, but I would like to know how to change font in table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you again!&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2017 02:42:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/font-support/m-p/365582#M2720</guid>
      <dc:creator>Takamini</dc:creator>
      <dc:date>2017-06-09T02:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: font support</title>
      <link>https://communities.sas.com/t5/SAS-Studio/font-support/m-p/365586#M2721</link>
      <description>&lt;PRE&gt;proc template;
   source styles.rtf / expand file='style.tmp';
run;

data _null_;
   infile 'style.tmp' pad;
   input line $char80.;
   file print;
   if index(lowcase(line), ' fonts ') then y + 1;
   if y then put line $char80.;
   if y and index(line, ';') then stop;
run;&lt;/PRE&gt;
&lt;P&gt;Take the code from the doc and change 'graphfonts' to 'fonts' and it will show you the fonts. &amp;nbsp;You can change them, but I don't know all of the possibilities of what you can change them too. &amp;nbsp;Try this with rtf (above) instead of htmlblue (as in the documentation). &amp;nbsp;It has some times roman font examples.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS Output&lt;/P&gt;
&lt;DIV class="branch"&gt;
&lt;DIV&gt;
&lt;DIV align="center"&gt;
&lt;TABLE summary="Page Layout" cellspacing="0" cellpadding="0"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;
&lt;PRE class="batch"&gt;   style fonts /                                                                               
      'TitleFont2' = ("&amp;lt;serif&amp;gt;, Times Roman",12pt,bold italic)                                 
      'TitleFont' = ("&amp;lt;serif&amp;gt;, Times Roman",13pt,bold italic)                                  
      'StrongFont' = ("&amp;lt;serif&amp;gt;, Times Roman",10pt,bold)                                        
      'EmphasisFont' = ("&amp;lt;serif&amp;gt;, Times Roman",10pt,italic)                                    
      'FixedEmphasisFont' = ("&amp;lt;monospace&amp;gt;, Courier",9pt,italic)                                
      'FixedStrongFont' = ("&amp;lt;monospace&amp;gt;, Courier",9pt,bold)                                    
      'FixedHeadingFont' = ("&amp;lt;monospace&amp;gt;, Courier",9pt,bold)                                   
      'BatchFixedFont' = ("SAS Monospace, &amp;lt;monospace&amp;gt;, Courier",6.7pt)                         
      'FixedFont' = ("&amp;lt;monospace&amp;gt;, Courier",9pt)                                               
      'headingEmphasisFont' = ("&amp;lt;serif&amp;gt;, Times Roman",11pt,bold italic)                        
      'headingFont' = ("&amp;lt;serif&amp;gt;, Times Roman",11pt,bold)                                       
      'docFont' = ("&amp;lt;serif&amp;gt;, Times Roman",10pt);   &lt;/PRE&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 09 Jun 2017 02:52:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/font-support/m-p/365586#M2721</guid>
      <dc:creator>WarrenKuhfeld</dc:creator>
      <dc:date>2017-06-09T02:52:46Z</dc:date>
    </item>
  </channel>
</rss>

