<?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: SGPANEL unbold title in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/SGPANEL-unbold-title/m-p/955609#M25232</link>
    <description>&lt;P&gt;Hi Paige.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To be 100% honest, I'm not sure how it worked.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The first track that it (font=) could help was this part of the documentation:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="strange title behaviour.PNG" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/103609i5EFC64CD5EC68AE1/image-size/large?v=v2&amp;amp;px=999" role="button" title="strange title behaviour.PNG" alt="strange title behaviour.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So I've started with simple:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;title font='Arial' height=11pt "Mischungsverhältnis Erbse : Gerste (%)";&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;which didn't work:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yabwon_0-1736416993233.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/103610i5EADE0CE98D4183E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="yabwon_0-1736416993233.png" alt="yabwon_0-1736416993233.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then using good old "by try&amp;amp;error" approach I added:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;title font='Arial' "ABC" height=11pt "Mischungsverhältnis Erbse : Gerste (%)";&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Which gave:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yabwon_1-1736417109010.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/103611i0704BBB51BD0832A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="yabwon_1-1736417109010.png" alt="yabwon_1-1736417109010.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And then by replacing ABC with space the final version popped up.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But... I did some more experiments after you asked about explanation and here what I'v got:&lt;/P&gt;
&lt;P&gt;When I add "/bold" to the font name it "does not work" again:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;title font='Arial/bold' " " height=11pt "Mischungsverhältnis Erbse : Gerste (%)";&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Result:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yabwon_2-1736418330691.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/103612i2E4A5A13253AD193/image-size/medium?v=v2&amp;amp;px=400" role="button" title="yabwon_2-1736418330691.png" alt="yabwon_2-1736418330691.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What's even more interesting adding, adding "/italic" (only) makes it BOTH italic and bold:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;title font='Arial/italic' " " height=11pt "Mischungsverhältnis Erbse : Gerste (%)";&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yabwon_3-1736418430642.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/103613i4A1AE7813DA8DE0F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="yabwon_3-1736418430642.png" alt="yabwon_3-1736418430642.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But when you make it like this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;title font='Arial/italic' " " height=11pt font='Arial' "Mischungsverhältnis Erbse : Gerste (%)";
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;works again (!)...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Another "interesting" behaviour, when I play with multiple different fonts, e.g.,&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;title font='Arial' " " font='Times New Roman' "Mischungsverhältnis Erbse : Gerste (%)";
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;the "Gesamt-Pflanzen-TM_25-4-24_NStufe.html" file has Arial in it, but the "default" SAS html document generated in WORK's sashtml1.htm file is Times...&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yabwon_5-1736418883413.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/103615iCF25762DDA36115B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="yabwon_5-1736418883413.png" alt="yabwon_5-1736418883413.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;(even if there is no Arial at all...&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;title font='Times New Roman' " " height=11pt "Mischungsverhältnis Erbse : Gerste (%)";&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;it displays Arial)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;All the best&lt;/P&gt;
&lt;P&gt;Bart&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 09 Jan 2025 10:41:25 GMT</pubDate>
    <dc:creator>yabwon</dc:creator>
    <dc:date>2025-01-09T10:41:25Z</dc:date>
    <item>
      <title>SGPANEL unbold title</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGPANEL-unbold-title/m-p/954749#M25207</link>
      <description>&lt;P&gt;Dear SAS community,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;i want to unbold the title of a SGPANEL graphic but i haven't found a working solution for it. here is my code:&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;LI-CODE lang="sas"&gt;data Gesamt_Pflanzen_TM_NStufe_MT1;
...

/* Presettings */
ods html5 style=analysis path="D:\Masterthesis\Statistik\2024\Grafiken"
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; file="Gesamt-Pflanzen-TM_25-4-24_NStufe.html";
ods graphics / reset;
ods graphics / width=3.5in height=3.0in;
ods escapechar='^';
* ods text="^S={font_face='Arial' font_weight=normal font_size=11pt color=black}Mischungsverhältnis Erbse : Gerste (%)"; /* hasn't worked */

title height=11pt "Mischungsverhältnis Erbse : Gerste (%)";





/* Data preparation */
data Gesamt_Pflanzen_TM_NStufe_MT1;
&amp;nbsp; &amp;nbsp; set Gesamt_Pflanzen_TM_NStufe_MT1;
&amp;nbsp; &amp;nbsp; Low = Mittelwert - Standardfehler; /* Untere Grenze Fehlerbalken*/
&amp;nbsp; &amp;nbsp; High = Mittelwert + Standardfehler; /* Obere Grenze Fehlerbalken */
LabelPos = High + 10.0; /* Position der Buchstaben */
run;

proc format;
&amp;nbsp; &amp;nbsp; value NStufeFmt
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0 = "0 kg N ha(*ESC*){unicode '207B'x}^{unicode '00B9'x}"
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1 = "96 kg N ha(*ESC*){unicode '207B'x}^{unicode '00B9'x}";
run;

&amp;nbsp;proc format;
value BehandlungFmt
1 = "0:100"
2 = "100:0"
3 = "90:10"
4 = "70:30"
5 = "80:40"
6 = "80:30"
7 = "50:50"
8 = "Brache";
run;

/* Creating bar chart*/
proc sgpanel data=Gesamt_Pflanzen_TM_NStufe_MT1 noautolegend/* Legende wird nicht automatisch erstellt */;
format Behandlung Behandlungfmt.;
&amp;nbsp; &amp;nbsp; panelby Behandlung / noheaderborder headerattrs=(size=11pt weight=normal)
columns=5 rows=1 novarname;
format Duengerstufe NStufefmt.;&amp;nbsp;
&amp;nbsp; &amp;nbsp; vbarparm category=Duengerstufe response=Mittelwert /&amp;nbsp;
group=Duengerstufe&amp;nbsp;
groupdisplay=cluster;
&amp;nbsp; &amp;nbsp; highlow x=Duengerstufe low=Low high=High / group=Duengerstufe&amp;nbsp;
lineattrs=(color=black thickness=1 pattern=solid) /* Schwarze, durchgezogene Linie */
highcap=serif lowcap=serif; /* vertikale Striche an den Enden */
scatter x=Duengerstufe y=LabelPos /&amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; datalabel=Buchstabe /* Buchstaben für Fehlerbalken */
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; datalabelattrs=(size=10pt weight=bold color=black)
datalabelpos=center /* Zentrierung der Buchstaben auf Fehlerbalken */
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; markerattrs=(size=0); /* Unsichtbarer Marker */
&amp;nbsp; &amp;nbsp; rowaxis label="Pflanzen-TM (kg ha^{unicode '207B'x}^{unicode '00B9'x})" labelattrs=(size=11pt);
&amp;nbsp; &amp;nbsp; colaxis label="Düngerstufe" labelattrs=(size=11pt weight=normal) valueattrs=(size=10pt)/* Schriftgröße der Achsenwerte */;&amp;nbsp;
run;

ods html5 close;​&lt;/LI-CODE&gt;&lt;BR /&gt;&lt;BR /&gt;Can someone of you help me with this problem?&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 30 Dec 2024 10:03:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGPANEL-unbold-title/m-p/954749#M25207</guid>
      <dc:creator>Abdus-Salaam</dc:creator>
      <dc:date>2024-12-30T10:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: SGPANEL unbold title</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGPANEL-unbold-title/m-p/954769#M25209</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;title font='Arial' " " height=11pt "Mischungsverhältnis Erbse : Gerste (%)";
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;EDIT:&lt;/P&gt;
&lt;P&gt;This is the result with my fake-data:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yabwon_0-1735562066632.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/103403i86CB5A534ED7F575/image-size/medium?v=v2&amp;amp;px=400" role="button" title="yabwon_0-1735562066632.png" alt="yabwon_0-1735562066632.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Fake data:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data Gesamt_Pflanzen_TM_NStufe_MT1;
  do Behandlung = 1 to 8;
    Duengerstufe = mod(Behandlung,2);
    do Mittelwert = 100 to 1000 by 100;
      Standardfehler=0.1*Mittelwert;
      Buchstabe=Mittelwert;
      output;
    end;
  end;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Remember &lt;STRONG&gt;always&lt;/STRONG&gt; provide test data! It wasn't that hard to generate some... right?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Bart&lt;/P&gt;</description>
      <pubDate>Mon, 30 Dec 2024 12:35:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGPANEL-unbold-title/m-p/954769#M25209</guid>
      <dc:creator>yabwon</dc:creator>
      <dc:date>2024-12-30T12:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: SGPANEL unbold title</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGPANEL-unbold-title/m-p/954771#M25210</link>
      <description>&lt;P&gt;It works. Thank you really much!&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I'm sorry, i haven't thought of sample data.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Dec 2024 12:47:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGPANEL-unbold-title/m-p/954771#M25210</guid>
      <dc:creator>Abdus-Salaam</dc:creator>
      <dc:date>2024-12-30T12:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: SGPANEL unbold title</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGPANEL-unbold-title/m-p/955217#M25225</link>
      <description>&lt;P&gt;That was a really creative solution,&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/35763"&gt;@yabwon&lt;/a&gt;! For the record, the title boldness is coming from the "Analysis" style definition. If you use this style a lot, you might want to derive a new Analysis (let's call it "my_analysis") that removes the bold titles. You will only need to run this code once, as it will store the style in your SASUSER by default.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc template;
define style my_analysis;
parent=styles.analysis;

class GraphFonts /
        "GraphAnnoFont" = ("&amp;lt;sans-serif&amp;gt;, &amp;lt;MTsans-serif&amp;gt;", 10pt)
         'GraphTitle1Font' = ("&amp;lt;sans-serif&amp;gt;, &amp;lt;MTsans-serif&amp;gt;",14pt)
         'GraphTitleFont' = ("&amp;lt;sans-serif&amp;gt;, &amp;lt;MTsans-serif&amp;gt;",11pt)
         'GraphFootnoteFont' = ("&amp;lt;sans-serif&amp;gt;, &amp;lt;MTsans-serif&amp;gt;",10pt,italic)
         'GraphLabelFont' = ("&amp;lt;sans-serif&amp;gt;, &amp;lt;MTsans-serif&amp;gt;",10pt,bold)
         'GraphLabel2Font' = ("&amp;lt;sans-serif&amp;gt;, &amp;lt;MTsans-serif&amp;gt;",10pt)
         'GraphValueFont' = ("&amp;lt;sans-serif&amp;gt;, &amp;lt;MTsans-serif&amp;gt;",9pt)
         "GraphUnicodeFont" = ("&amp;lt;MTsans-serif-unicode&amp;gt;", 9pt)
         'GraphDataFont' = ("&amp;lt;sans-serif&amp;gt;, &amp;lt;MTsans-serif&amp;gt;",7pt);

end;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 06 Jan 2025 14:39:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGPANEL-unbold-title/m-p/955217#M25225</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2025-01-06T14:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: SGPANEL unbold title</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGPANEL-unbold-title/m-p/955220#M25226</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/35763"&gt;@yabwon&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you explain why this works?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2025 15:13:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGPANEL-unbold-title/m-p/955220#M25226</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2025-01-06T15:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: SGPANEL unbold title</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/SGPANEL-unbold-title/m-p/955609#M25232</link>
      <description>&lt;P&gt;Hi Paige.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To be 100% honest, I'm not sure how it worked.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The first track that it (font=) could help was this part of the documentation:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="strange title behaviour.PNG" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/103609i5EFC64CD5EC68AE1/image-size/large?v=v2&amp;amp;px=999" role="button" title="strange title behaviour.PNG" alt="strange title behaviour.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So I've started with simple:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;title font='Arial' height=11pt "Mischungsverhältnis Erbse : Gerste (%)";&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;which didn't work:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yabwon_0-1736416993233.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/103610i5EADE0CE98D4183E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="yabwon_0-1736416993233.png" alt="yabwon_0-1736416993233.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then using good old "by try&amp;amp;error" approach I added:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;title font='Arial' "ABC" height=11pt "Mischungsverhältnis Erbse : Gerste (%)";&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Which gave:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yabwon_1-1736417109010.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/103611i0704BBB51BD0832A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="yabwon_1-1736417109010.png" alt="yabwon_1-1736417109010.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And then by replacing ABC with space the final version popped up.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But... I did some more experiments after you asked about explanation and here what I'v got:&lt;/P&gt;
&lt;P&gt;When I add "/bold" to the font name it "does not work" again:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;title font='Arial/bold' " " height=11pt "Mischungsverhältnis Erbse : Gerste (%)";&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Result:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yabwon_2-1736418330691.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/103612i2E4A5A13253AD193/image-size/medium?v=v2&amp;amp;px=400" role="button" title="yabwon_2-1736418330691.png" alt="yabwon_2-1736418330691.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What's even more interesting adding, adding "/italic" (only) makes it BOTH italic and bold:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;title font='Arial/italic' " " height=11pt "Mischungsverhältnis Erbse : Gerste (%)";&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yabwon_3-1736418430642.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/103613i4A1AE7813DA8DE0F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="yabwon_3-1736418430642.png" alt="yabwon_3-1736418430642.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But when you make it like this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;title font='Arial/italic' " " height=11pt font='Arial' "Mischungsverhältnis Erbse : Gerste (%)";
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;works again (!)...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Another "interesting" behaviour, when I play with multiple different fonts, e.g.,&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;title font='Arial' " " font='Times New Roman' "Mischungsverhältnis Erbse : Gerste (%)";
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;the "Gesamt-Pflanzen-TM_25-4-24_NStufe.html" file has Arial in it, but the "default" SAS html document generated in WORK's sashtml1.htm file is Times...&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yabwon_5-1736418883413.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/103615iCF25762DDA36115B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="yabwon_5-1736418883413.png" alt="yabwon_5-1736418883413.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;(even if there is no Arial at all...&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;title font='Times New Roman' " " height=11pt "Mischungsverhältnis Erbse : Gerste (%)";&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;it displays Arial)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;All the best&lt;/P&gt;
&lt;P&gt;Bart&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2025 10:41:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/SGPANEL-unbold-title/m-p/955609#M25232</guid>
      <dc:creator>yabwon</dc:creator>
      <dc:date>2025-01-09T10:41:25Z</dc:date>
    </item>
  </channel>
</rss>

