<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : Shortcutbar font change ?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Shortcut Bar : Shortcutbar font change ?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 30 May 2026 20:12:48 +0000</pubDate>
  <lastBuildDate>Mon, 09 Mar 2009 03:21:12 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=13604</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[Shortcutbar font change ? : I just wondered, it didnt come...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13604&amp;PID=46416&amp;title=shortcutbar-font-change#46416</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1754">kanitamildasan</a><br /><strong>Subject:</strong> 13604<br /><strong>Posted:</strong> 09 March 2009 at 3:21am<br /><br />I just wondered, it didnt come with some kind of SetXXXMethods() (ex SetPaneCaptionFont())<br><br>Thanks oleg <img src="http://forum.codejock.com/smileys/smiley1.gif" border="0" align="absmiddle"><br>]]>
   </description>
   <pubDate>Mon, 09 Mar 2009 03:21:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13604&amp;PID=46416&amp;title=shortcutbar-font-change#46416</guid>
  </item> 
  <item>
   <title><![CDATA[Shortcutbar font change ? : Hi,  Yes, its best way to change...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13604&amp;PID=46413&amp;title=shortcutbar-font-change#46413</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 13604<br /><strong>Posted:</strong> 09 March 2009 at 2:56am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Yes, its best way to change it.</DIV>]]>
   </description>
   <pubDate>Mon, 09 Mar 2009 02:56:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13604&amp;PID=46413&amp;title=shortcutbar-font-change#46413</guid>
  </item> 
  <item>
   <title><![CDATA[Shortcutbar font change ? : Hi, I derived from CXTPShortcutBarOffice2003Theme...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13604&amp;PID=46406&amp;title=shortcutbar-font-change#46406</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1754">kanitamildasan</a><br /><strong>Subject:</strong> 13604<br /><strong>Posted:</strong> 09 March 2009 at 1:00am<br /><br />Hi, I derived from CXTPShortcutBarOffice2003Theme and overrided the RefreshMetrics.<br><br>void MYShortCutBarPaintManager::RefreshMetrics()<br>{<br>&nbsp;&nbsp;&nbsp; CXTPShortcutBarOffice2003Theme::RefreshMetrics();<br><br>&nbsp;&nbsp;&nbsp; LOGFONT lf1,lf2,lf3;<br><br>&nbsp;&nbsp;&nbsp; m_fntPaneCaption.GetLogFont(&amp;lf1);<br>&nbsp;&nbsp;&nbsp; m_fntPaneItemCaption.GetLogFont(&amp;lf2);<br>&nbsp;&nbsp;&nbsp; m_fntText.GetLogFont(&amp;lf3);<br><br>&nbsp;&nbsp;&nbsp; _tcscpy(lf1.lfFaceName,_T("MY FONT"));<br>&nbsp;&nbsp;&nbsp; _tcscpy(lf2.lfFaceName,_T("MY FONT"));<br>&nbsp;&nbsp;&nbsp; _tcscpy(lf3.lfFaceName,_T("MY FONT"));<br><br>&nbsp;&nbsp;&nbsp; m_fntPaneCaption.DeleteObject();&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; m_fntPaneItemCaption.DeleteObject();&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; m_fntText.DeleteObject();&nbsp;&nbsp;&nbsp; <br><br>&nbsp;&nbsp;&nbsp; m_fntPaneCaption.CreateFontIndirect(&amp;lf1);<br>&nbsp;&nbsp;&nbsp; m_fntPaneItemCaption.CreateFontIndirect(&amp;lf2);<br>&nbsp;&nbsp;&nbsp; m_fntText.CreateFontIndirect(&amp;lf3);<br><br>}<br><br>Is this the right way to do it ?<br><br>]]>
   </description>
   <pubDate>Mon, 09 Mar 2009 01:00:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13604&amp;PID=46406&amp;title=shortcutbar-font-change#46406</guid>
  </item> 
  <item>
   <title><![CDATA[Shortcutbar font change ? : Hi, How to change the fonts of...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13604&amp;PID=46376&amp;title=shortcutbar-font-change#46376</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1754">kanitamildasan</a><br /><strong>Subject:</strong> 13604<br /><strong>Posted:</strong> 07 March 2009 at 4:49am<br /><br />Hi, How to change the fonts of red-marked items for all supported themes ?<br><br><br><img src="uploads/20090307_044731_Shortcutbar.JPG" height="514" width="281" border="0">]]>
   </description>
   <pubDate>Sat, 07 Mar 2009 04:49:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13604&amp;PID=46376&amp;title=shortcutbar-font-change#46376</guid>
  </item> 
 </channel>
</rss>