Re: [WiX-users] FontId descriptions

2014-11-13 Thread Ryan Waller
Thanks Sean! All I had to do was define the new Font in the RTFTheme.xml. -Original Message- From: Sean Hall [mailto:r.sean.h...@gmail.com] Sent: Thursday, November 6, 2014 6:47 PM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] FontId descriptions The FontId

Re: [WiX-users] FontId descriptions

2014-11-06 Thread Sean Hall
The FontId refers to Font elements ( http://wixtoolset.org/documentation/manual/v3/xsd/thmutil/font.html) created in your theme file. On Thu, Nov 6, 2014 at 8:22 PM, Ryan Waller wrote: > Where can I find a list of the supported FontIds and their descriptions, > for use with Theme elements used i

[WiX-users] FontId descriptions

2014-11-06 Thread Ryan Waller
Where can I find a list of the supported FontIds and their descriptions, for use with Theme elements used in the RTFTheme.xml in WixStdBA? For example, I'd like to change the FontID of the Text element to Bold, and maybe even Orange color. http://wixtoolset.org/documentation/manual/v3/xsd/thmut