How Can i create new Font Object with FontStyle both BOLD AND REGULAR
-
Hello, I have one problem with creating new object of FONT it has no any option to give both bold and italic propertly at a time. I am waiting for reply.
Best Regards, Chetan Patel
-
Hello, I have one problem with creating new object of FONT it has no any option to give both bold and italic propertly at a time. I am waiting for reply.
Best Regards, Chetan Patel
Italic and font strength are two different CSS properties. You can also combine them.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
Italic and font strength are two different CSS properties. You can also combine them.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
Sorry, I am using graphics object to create image from HTML source and thats why i need to pass Font Object with its settings. so the Enumration of FontStyle has both property Bold and Italic but not combine.
Best Regards, Chetan Patel
-
Sorry, I am using graphics object to create image from HTML source and thats why i need to pass Font Object with its settings. so the Enumration of FontStyle has both property Bold and Italic but not combine.
Best Regards, Chetan Patel
OK, you can | those together. But, if you're creating an image with a graphics object, how does this relate to ASP.NET ?
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
OK, you can | those together. But, if you're creating an image with a graphics object, how does this relate to ASP.NET ?
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
In our site the end user can design his page with DHTML. Once he complete design he save that page as image and this is in .aspx page, once the request arrives the DHTML is Converted into image using graphics object. if you have any idea then help me.
Best Regards, Chetan Patel