<?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: Increase font size of particular Dot (.) in Footnote in ODS reporting, Unicode for dot (.)? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Increase-font-size-of-particular-Dot-in-Footnote-in-ODS/m-p/756608#M238917</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/83446"&gt;@Sagarg&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How about the character &lt;SPAN style="font-family: 'Symbol MT'; font-style: normal; font-weight: normal;"&gt;·&lt;/SPAN&gt;&lt;SPAN style="font-family: Arial; font-style: normal; font-weight: normal;"&gt;&amp;nbsp;(&lt;FONT face="courier new,courier"&gt;'B7'x&lt;/FONT&gt;) in font 'Symbol MT'?&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;footnote1 h=9pt 'This is a normal dot . in Arial 9 pt.';
footnote2 h=9pt 'This is a bigger dot ' f='Symbol MT' 'B7'x f=Arial " in 'Symbol MT' 9 pt.";
footnote3 h=9pt 'It is character no. 183 (dec) = B7 (hex).';&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 26 Jul 2021 10:45:52 GMT</pubDate>
    <dc:creator>FreelanceReinh</dc:creator>
    <dc:date>2021-07-26T10:45:52Z</dc:date>
    <item>
      <title>Increase font size of particular Dot (.) in Footnote in ODS reporting, Unicode for dot (.)?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Increase-font-size-of-particular-Dot-in-Footnote-in-ODS/m-p/756581#M238910</link>
      <description>&lt;P&gt;I want to represent Dot (".") Charactr at big size, If keep the size of footnote at 9pt it seems smaller than text.&lt;/P&gt;&lt;P&gt;Any way to increase size, or to add unicode for Dot (".")&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jul 2021 07:28:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Increase-font-size-of-particular-Dot-in-Footnote-in-ODS/m-p/756581#M238910</guid>
      <dc:creator>Sagarg</dc:creator>
      <dc:date>2021-07-26T07:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: Increase font size of particular Dot (.) in Footnote in ODS reporting, Unicode for dot (.)?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Increase-font-size-of-particular-Dot-in-Footnote-in-ODS/m-p/756582#M238911</link>
      <description>&lt;P&gt;An example with the "dot" made bigger:&lt;/P&gt;
&lt;PRE&gt;Footnote h=9pt 'this is footnote' h=41pt '.' h=9pt 'with text at different sizes';

proc print data=sashelp.class (obs=1);
run;
&lt;/PRE&gt;
&lt;P&gt;H=9pt is "show following text at 9pt size". The dot is small enough that you may need to make very large changes to be noticeable. You can use, as in the example, multiple H= setting before different pieces of text as long as the text is enclosed in separate sets of quotes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Footnote does not support Unicode&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/lestmtsglobal/n0wh407rnaleinn1rqyudxuzhkhu.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/lestmtsglobal/n0wh407rnaleinn1rqyudxuzhkhu.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jul 2021 07:42:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Increase-font-size-of-particular-Dot-in-Footnote-in-ODS/m-p/756582#M238911</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-07-26T07:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: Increase font size of particular Dot (.) in Footnote in ODS reporting, Unicode for dot (.)?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Increase-font-size-of-particular-Dot-in-Footnote-in-ODS/m-p/756585#M238913</link>
      <description>&lt;P&gt;When there are multiple footnotes it makes gape between them&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jul 2021 08:29:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Increase-font-size-of-particular-Dot-in-Footnote-in-ODS/m-p/756585#M238913</guid>
      <dc:creator>Sagarg</dc:creator>
      <dc:date>2021-07-26T08:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: Increase font size of particular Dot (.) in Footnote in ODS reporting, Unicode for dot (.)?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Increase-font-size-of-particular-Dot-in-Footnote-in-ODS/m-p/756588#M238914</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/83446"&gt;@Sagarg&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;When there are multiple footnotes it makes gape between them&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Of course, line size depends on font size, so, if you increase the font size of a single char, line size is increased also. You could try to insert an unicode char instead of the increased normal dot.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jul 2021 08:44:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Increase-font-size-of-particular-Dot-in-Footnote-in-ODS/m-p/756588#M238914</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2021-07-26T08:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: Increase font size of particular Dot (.) in Footnote in ODS reporting, Unicode for dot (.)?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Increase-font-size-of-particular-Dot-in-Footnote-in-ODS/m-p/756608#M238917</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/83446"&gt;@Sagarg&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How about the character &lt;SPAN style="font-family: 'Symbol MT'; font-style: normal; font-weight: normal;"&gt;·&lt;/SPAN&gt;&lt;SPAN style="font-family: Arial; font-style: normal; font-weight: normal;"&gt;&amp;nbsp;(&lt;FONT face="courier new,courier"&gt;'B7'x&lt;/FONT&gt;) in font 'Symbol MT'?&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;footnote1 h=9pt 'This is a normal dot . in Arial 9 pt.';
footnote2 h=9pt 'This is a bigger dot ' f='Symbol MT' 'B7'x f=Arial " in 'Symbol MT' 9 pt.";
footnote3 h=9pt 'It is character no. 183 (dec) = B7 (hex).';&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jul 2021 10:45:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Increase-font-size-of-particular-Dot-in-Footnote-in-ODS/m-p/756608#M238917</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2021-07-26T10:45:52Z</dc:date>
    </item>
  </channel>
</rss>

