No announcements
Found 5839 threads
-
0 Votes
FontStretch / FontWeight?
Also, try <TextBlock FontFamily="Times New Roman" FontSize="12" FontWeight="ExtraBlack" Text="ExtraBlack" ...Answered | 5 Replies | 21318 Views | Created by MSDN_Forums_User - Saturday, October 20, 2007 6:27 PM | Last reply by MSDN_Forums_User - Tuesday, October 23, 2007 2:01 PM -
0 Votes
Problem with Enum.Parse FontWeights
Solution 1 is to use Type typ = typeof(FontWeights); PropertyInfo py = ...Answered | 4 Replies | 3427 Views | Created by PGMariotti - Thursday, April 12, 2012 10:55 AM | Last reply by PGMariotti - Monday, April 16, 2012 6:58 AM -
4 Votes
WPF converting a string into a FontWeight
You can use ToString() to convert the 'FontWeight' to a string, but there doesn't seem to be an easy way to reverse it.Answered | 5 Replies | 13964 Views | Created by JShirley-NCF - Wednesday, March 13, 2013 7:07 PM | Last reply by Andy ONeill - Saturday, August 29, 2015 4:00 PM -
4 Votes
FontWeights does not work with FormattedText
But someone has to design the definition for each letter in each fontweight.Answered | 9 Replies | 1732 Views | Created by Puneeth DC - Wednesday, October 7, 2015 8:14 AM | Last reply by Andy ONeill - Friday, October 9, 2015 9:06 AM -
0 Votes
Problem binding to TextBlock, FontWeight property
TextBlock.Text is not a FontWeight type, it's a string.Answered | 2 Replies | 4524 Views | Created by luskan2 - Sunday, February 26, 2012 10:42 AM | Last reply by luskan2 - Monday, February 27, 2012 1:05 AM -
19 Votes
Setting FontWeight in code?
My code has a MPF window with a button on it and when I hover over that button wanted the font weight to change: this.btnButton.FontWeight ...Answered | 11 Replies | 66770 Views | Created by DiamonDogX - Friday, October 19, 2007 12:11 PM | Last reply by panchdara - Saturday, September 27, 2014 6:04 AM -
0 Votes
FontStretch
One important thing to know is that FontStretch is just for compatibility with WPF.Answered | 10 Replies | 24933 Views | Created by Ulf242 - Wednesday, September 9, 2009 4:37 PM | Last reply by AshuIndore - Monday, September 14, 2009 8:03 AM -
0 Votes
How do I change the FontWeight to Bold in a TextBox in Visual Basic programmatically.
I am a beginner in Visual Studio and I don't know how to change the FontWeight to Bold in a TextBox in Visual Basic programmatically.Answered | 2 Replies | 1882 Views | Created by whatfilerook - Tuesday, June 7, 2016 3:30 AM | Last reply by Reed Kimble - Tuesday, June 7, 2016 5:58 PM -
0 Votes
I find the text a bit hard to read, so need them in black. How can I do this?
For example: <TextBlock Text="Font Attributes" FontFamily="Verdana" FontSize="36" ...Answered | 2 Replies | 521 Views | Created by fortycatz - Saturday, August 6, 2016 8:41 PM | Last reply by Leo Luis - Monday, August 8, 2016 12:19 AM -
1 Votes
Does FontStretch work
I've tried FontStretch and HorizontalContentAlignment, but not success.Answered | 5 Replies | 9159 Views | Created by Tom Robins - Tuesday, May 9, 2006 11:45 PM | Last reply by ChrisHDog - Tuesday, December 9, 2008 5:48 AM -
0 Votes
FontStretch and supported fonts
Thanks It would be really useful if the Font class indicated if FontStretch was supported through a property.Answered | 4 Replies | 2805 Views | Created by bkejser_ - Wednesday, January 25, 2012 7:34 PM | Last reply by Annabella Luo - Thursday, February 9, 2012 9:32 AM -
2 Votes
xBlend4 FontStretch with Windows Phone not stretching...
I didn't discover any way to get it done but hacked it with margins and such so this discussion should be considered over until somebody discovers what font FontStretch can actually stretch.Unanswered | 7 Replies | 4235 Views | Created by SignCaster - Tuesday, April 19, 2011 4:54 PM | Last reply by SignCaster - Tuesday, May 15, 2012 8:08 PM -
0 Votes
FontStretch and LineHeight bug
Hi, The effect of FontStretch is dependent on the specific font family being used, and can only specify fonts that already exist in a font family.Discussion | 2 Replies | 3979 Views | Created by Olivier Dahan - Thursday, September 10, 2009 11:00 AM | Last reply by Olivier Dahan - Wednesday, September 16, 2009 5:54 PM -
0 Votes
Setting the FontWeight of Textblock in C#
. /// </summary> public sealed partial class MainPage : Page { public MainPage() { this.InitializeComponent(); ...Discussion | 4 Replies | 4270 Views | Created by Sivalingam Ramasamy - Friday, July 27, 2012 8:02 AM | Last reply by ForInfo - Friday, July 27, 2012 12:48 PM -
0 Votes
Set textbox fontstretch property from code
Never mind, found it using FontStretchesAnswered | 1 Replies | 877 Views | Created by Sandorf - Tuesday, November 15, 2011 6:52 PM | Last reply by Sandorf - Tuesday, November 15, 2011 8:27 PM -
0 Votes
FontStretch support for SegoeUI
Hi Boyd_Rice, It seems that the FontStretch only works for OpenType fonts, and the FontStretches values correspond to the usWidthClass definition in the OpenType ...Answered | 1 Replies | 4459 Views | Created by Boyd_Rice - Friday, June 25, 2010 8:15 PM | Last reply by Kevin Pan - Thursday, July 1, 2010 3:50 AM -
0 Votes
Setting FontWeight in code
How do I set the FontWeight in code ?Answered | 3 Replies | 3322 Views | Created by Etienne Marais - Monday, September 6, 2010 4:49 AM | Last reply by Ali Derbaj - Monday, September 6, 2010 5:10 AM -
0 Votes
Glyph and FontWeight
Is it possible to change the FontWeight of a Glyph ?Answered | 1 Replies | 1773 Views | Created by GentooLinux - Monday, September 20, 2010 9:24 AM | Last reply by Koen Zwikstra - Monday, September 20, 2010 11:03 AM -
0 Votes
FontStretch does not work for buttons
Depending on the font you use it may or may not work as the font has to support FontStretch.Answered | 3 Replies | 702 Views | Created by Richard0012 - Monday, July 20, 2015 9:02 PM | Last reply by Richard0012 - Tuesday, July 21, 2015 11:59 PM -
2 Votes
Issue with FontWeight property in Custom Control
I have a usercontrol with two textblocks and want to change fontweight of only one of them.. so i use: FontWeight for setting weight of both textblocks and ...Discussion | 6 Replies | 2756 Views | Created by JordanSmith - Wednesday, August 22, 2012 7:18 AM | Last reply by Gian78a - Friday, January 2, 2015 3:23 PM - Items 1 to 20 of 5839 Next ›
No announcements