Click here to Skip to main content
15,895,084 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,
I need to use Non True type font in Visual Studio 2010, to change the font of Different COntrols...Such as Combobox,TextBox,DataGridView...

Visual Studio 2010 Does not allow non true type fonts in it....

Can anyone Suggest how should i overcome the problem...

The other things that comes in my Mind.. is Can i convert Non true type fonts to Truetype Fonts???


Regards,
PRathamesh
Posted
Comments
Sergey Alexandrovich Kryukov 6-Jun-11 15:24pm    
Why on Earth it should be not TrueType? Do you mean it should be OpenType? What difference it may make?
The font should support Unicode anyway, it that true?
--SA
Sergey Alexandrovich Kryukov 6-Jun-11 15:25pm    
"Visual Studio 2010 Does not allow non true type fonts in it". Why? Who tells you so?
--SA
prathameshpitale 6-Jun-11 23:49pm    
Kindly check before replying. I have uploaded an image file.. Kindly Check it.
https://rapidshare.com/files/4231501314/TTFproblem.png
Sergey Alexandrovich Kryukov 7-Jun-11 15:50pm    
Sorry, you download requires log in, but I won't do it.
I agree that I should check facts before making a statement, but please kindly explain to me where am I wrong. TrueType is supported, OpenType is supported and I believe some legacy types are supported as well. I could easily test it if it's really needed, but you could, too. Please correct me if I'm wrong.
--SA
Sergey Alexandrovich Kryukov 7-Jun-11 16:07pm    
OK, I tested things and gave you comprehensive answer, please see.
I also think you don't need it. What's you ultimate goal? If you share it you have a chance to get a more useful advice.

Next time please kindly check facts yourself and be careful, especially if you're going to blame others for not checking them. You need to do it to avoid telling lies; I understand, not intentionally.

Best wishes,
--SA

OK, I tested it on Windows 2010.

You statement is not true — Visual Studio VS 2010 does support both OpenType and TrueType fonts. I tested it on a System.Windows.Forms application. By the way, you need to tag the platform and UI library properly, as the answers may be different.

Maybe you mean something else? Maybe you wanted to support some legacy font, such as pixel bitmap-based font type (sorry, I don't know how to name it properly). They are not supported by apparent reason. .NET Windows application can work in resolution-independent manner; and those fonts are not suitable. You also cannot "convert" them to the vector-based OpenType or TrueType fonts, such operation simply would not make sense and can not be defined.

—SA
 
Share this answer
 
Comments
Espen Harlinn 7-Jun-11 18:39pm    
My 5
Sergey Alexandrovich Kryukov 7-Jun-11 21:46pm    
Thank you, Espen.
--SA
This[^] might help.
 
Share this answer
 
Comments
prathameshpitale 6-Jun-11 23:50pm    
Thanks... but it did not help!
R. Giskard Reventlov 7-Jun-11 3:14am    
Why not? It does exactly what you asked for.
Sergey Alexandrovich Kryukov 7-Jun-11 16:08pm    
No, it would not be useful anyway (I did not vote).
Please see my answer.
--SA
R. Giskard Reventlov 8-Jun-11 1:21am    
He asked (as part of the question): " Can i convert Non true type fonts to Truetype Fonts". My answer went to that.
Sergey Alexandrovich Kryukov 8-Jun-11 17:59pm    
I agree, but OP most likely misunderstood the situation. This won't help.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900