<?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 : Theme Office2013 - Group caption font</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Theme Office2013 - Group caption font]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 05:24:34 +0000</pubDate>
  <lastBuildDate>Fri, 22 Sep 2017 04:59:24 +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=23438</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[Theme Office2013 - Group caption font : Hi Oleksandr, Thank you very much...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23438&amp;PID=76158&amp;title=theme-office2013-group-caption-font#76158</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9010">minione</a><br /><strong>Subject:</strong> 23438<br /><strong>Posted:</strong> 22 September 2017 at 4:59am<br /><br />Hi Oleksandr, <br /><br />Thank you very much for your reply. <br /><br />I have decided to stay with the current Resource ribbon theme Office2007 which means less effort for me. Anyway, I will try your tips as well.<br /><br />Regards,<br />Max]]>
   </description>
   <pubDate>Fri, 22 Sep 2017 04:59:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23438&amp;PID=76158&amp;title=theme-office2013-group-caption-font#76158</guid>
  </item> 
  <item>
   <title><![CDATA[Theme Office2013 - Group caption font : Hello Max,This happens because...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23438&amp;PID=76146&amp;title=theme-office2013-group-caption-font#76146</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=8730">olebed</a><br /><strong>Subject:</strong> 23438<br /><strong>Posted:</strong> 18 September 2017 at 3:21pm<br /><br />Hello Max,<br><br>This happens because markUp Ribbon's themes &nbsp;(Office2013, 2016, VS2012, VS2015) &nbsp;don't use&nbsp;RibbonBar.RibbonPaintManager.CaptionFont &nbsp;to change font. This variable used only for Resource ribbon themes like Office2007 and 2010.<br><br>I can't fix this because markup themes use different drawing system which independent from resource themes.<br><br>You can try edit XAML files &nbsp;(RibbonGroupNormal.xaml, RibbonGroupHighlighted.xaml) in Office2013.dll<table width="99%"><tr><td><pre class="BBcode">&lt;Grid xmlns='http://schemas.microsoft.com/winfx/2006/xaml/presentation' xmlns:x='http://schemas.microsoft.com/winfx/2006/xaml'&gt;<div>&nbsp; &nbsp; &lt;Border Margin='0,4,0,4' BorderThickness='0,0,1,0' BorderBrush='{x:Static Theme.Colors.GroupNormalBrush}' /&gt;</div><div><br></div><div>&nbsp; &nbsp; &lt;Grid VerticalAlignment='Bottom'&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &lt;TextBlock x:Name='CaptionText' Margin='0,1,0,3' <b>FontFamily</b>='Segoe UI' <b>FontSize</b>='11' FontQuality='ClearType' TextAlignment='Center' TextTrimming="CharacterEllipsis"&gt;Caption&lt;/TextBlock&gt;</div><div>&nbsp; &nbsp; &lt;/Grid&gt;</div>&lt;/Grid&gt;</pre></td></tr></table><br><br>Regards,<br>&nbsp;Oleksandr Lebed<br><br>]]>
   </description>
   <pubDate>Mon, 18 Sep 2017 15:21:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23438&amp;PID=76146&amp;title=theme-office2013-group-caption-font#76146</guid>
  </item> 
  <item>
   <title><![CDATA[Theme Office2013 - Group caption font : Hello,after changing the theme...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=23438&amp;PID=76130&amp;title=theme-office2013-group-caption-font#76130</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=9010">minione</a><br /><strong>Subject:</strong> 23438<br /><strong>Posted:</strong> 06 September 2017 at 8:51am<br /><br />Hello,<br /><br />after changing the theme from Office2007 to Office2013, I cannot set the font property (Font name, size, bold) of the caption text in ribbon group any longer.<br /><br />RibbonBar.RibbonPaintManager.CaptionFont.Name = "Verdana"<br />RibbonBar.RibbonPaintManager.CaptionFont.Size = 10<br />RibbonBar.RibbonPaintManager.CaptionFont.Bold = True<br />RibbonBar.RecalcLayout <br /><br /><img src="uploads/9010/Ribb&#111;nGroupCapti&#111;n.jpg" border="0" /><br /><br />I'm using Xtreme SuitePro ActiveX 18.0.1 and VB6 IDE.<br /><br />Does anyone have any idea how to make this work?<br /><br />Thanks very much<br /><br />Max]]>
   </description>
   <pubDate>Wed, 06 Sep 2017 08:51:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=23438&amp;PID=76130&amp;title=theme-office2013-group-caption-font#76130</guid>
  </item> 
 </channel>
</rss>