<?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: can i enlarge unicode characters in ods pdf proc report in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/can-i-enlarge-unicode-characters-in-ods-pdf-proc-report/m-p/555329#M22708</link>
    <description>&lt;P&gt;yes, FONTSIZE=&amp;nbsp; does enlarge the font, but it increases the default cell height which which is not desired.&amp;nbsp; thanks for the thought.&amp;nbsp; -craig&lt;/P&gt;</description>
    <pubDate>Wed, 01 May 2019 11:27:14 GMT</pubDate>
    <dc:creator>craig_dickstein</dc:creator>
    <dc:date>2019-05-01T11:27:14Z</dc:date>
    <item>
      <title>can i enlarge unicode characters in ods pdf proc report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/can-i-enlarge-unicode-characters-in-ods-pdf-proc-report/m-p/555318#M22706</link>
      <description>&lt;P&gt;A little help please --- &amp;nbsp;&lt;FONT&gt;The environ is ODS PDF, PROC REPORT, WIN10, SAS 9.4&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I successfully define and use a format for NE and SE arrows that visually describe a trend (up or down).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC FORMAT;
    value $arrow 
        'NE' = '^{unicode 2197}' 
        'SE' = '^{unicode 2198}'
      other = ' '                               ;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;FONT&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;I successfully color code the arrows &lt;FONT&gt;conditionally&lt;/FONT&gt; with a call define.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;if  orig_var in('pct_OCCUP'     'pct_MCAID_occ'     )                    
                  then call define(_col_,"style","style={color=darkgreen font_weight=EXTRA_BOLD}");&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;FONT&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;The question is - how can I enlarge or make bolder the Unicode character?&amp;nbsp; I have found some other arrows in the Unicode library, but they do not display as expected.&amp;nbsp; The FONT_WEIGHT= or FONT_SIZE= attribute does not have any effect.&amp;nbsp; I simply need it to be larger / more visible in the printed tabular report.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;Thoughts?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT&gt;-craig&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2019 10:57:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/can-i-enlarge-unicode-characters-in-ods-pdf-proc-report/m-p/555318#M22706</guid>
      <dc:creator>craig_dickstein</dc:creator>
      <dc:date>2019-05-01T10:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: can i enlarge unicode characters in ods pdf proc report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/can-i-enlarge-unicode-characters-in-ods-pdf-proc-report/m-p/555325#M22707</link>
      <description>&lt;P&gt;did you try fontsize=xxpt instead of&amp;nbsp;font_size=xxpt&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2019 11:17:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/can-i-enlarge-unicode-characters-in-ods-pdf-proc-report/m-p/555325#M22707</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2019-05-01T11:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: can i enlarge unicode characters in ods pdf proc report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/can-i-enlarge-unicode-characters-in-ods-pdf-proc-report/m-p/555329#M22708</link>
      <description>&lt;P&gt;yes, FONTSIZE=&amp;nbsp; does enlarge the font, but it increases the default cell height which which is not desired.&amp;nbsp; thanks for the thought.&amp;nbsp; -craig&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2019 11:27:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/can-i-enlarge-unicode-characters-in-ods-pdf-proc-report/m-p/555329#M22708</guid>
      <dc:creator>craig_dickstein</dc:creator>
      <dc:date>2019-05-01T11:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: can i enlarge unicode characters in ods pdf proc report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/can-i-enlarge-unicode-characters-in-ods-pdf-proc-report/m-p/555331#M22709</link>
      <description>Could you please try to control the cell height for the column using the style(header)={cellheight=1.5in}&lt;BR /&gt;style(column)={cellheight=1.5in} in the define statement of that specific variable. &lt;BR /&gt;&lt;BR /&gt;e.g. &lt;BR /&gt;&lt;BR /&gt;define orig_var / style(header)={cellheight=1.5in} style(column)={cellheight=1.5in} ;</description>
      <pubDate>Wed, 01 May 2019 11:34:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/can-i-enlarge-unicode-characters-in-ods-pdf-proc-report/m-p/555331#M22709</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2019-05-01T11:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: can i enlarge unicode characters in ods pdf proc report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/can-i-enlarge-unicode-characters-in-ods-pdf-proc-report/m-p/555332#M22710</link>
      <description>&lt;P&gt;Jag -- this does not seem to help … if the cell height does not have room for the FONTSIZE value then the height seems to override the fontsize.&amp;nbsp; -craig&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2019 11:46:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/can-i-enlarge-unicode-characters-in-ods-pdf-proc-report/m-p/555332#M22710</guid>
      <dc:creator>craig_dickstein</dc:creator>
      <dc:date>2019-05-01T11:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: can i enlarge unicode characters in ods pdf proc report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/can-i-enlarge-unicode-characters-in-ods-pdf-proc-report/m-p/555357#M22711</link>
      <description>&lt;P&gt;Make page size be smaller ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options papersize=(10cm 10cm);
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 01 May 2019 13:38:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/can-i-enlarge-unicode-characters-in-ods-pdf-proc-report/m-p/555357#M22711</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2019-05-01T13:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: can i enlarge unicode characters in ods pdf proc report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/can-i-enlarge-unicode-characters-in-ods-pdf-proc-report/m-p/555362#M22712</link>
      <description>&lt;P&gt;Not sure what changing the paper size would accomplish besides the obvious.&amp;nbsp; I believe you are saying that all of the exhibits will shrink but the Unicode character will stay the same size.&amp;nbsp; thanks for the thought.&amp;nbsp; -craig&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2019 14:12:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/can-i-enlarge-unicode-characters-in-ods-pdf-proc-report/m-p/555362#M22712</guid>
      <dc:creator>craig_dickstein</dc:creator>
      <dc:date>2019-05-01T14:12:31Z</dc:date>
    </item>
  </channel>
</rss>

