Discussion:
Using Adobe Fonts in Windows Forms UI
(too old to reply)
Lailson Bandeira
22 years ago
Permalink
Hello MSDN Community,

I'm a Brazilian New .NET Developer [so sorry about my
english] and I'd like to use the Adobe Fonts [like
Photoshop] in an application that I'm developing.
The fonts are:
- Adobe Large Font (ADMUI3Lg)
- Adobe Small Font (ADMUI3Sm)
But Visual Studio doesn't recognize these fonts what
impediments me to embed them in my app.
Does anybody have any idea??
I've already tried to find them in TTF format, but I
haven't.

Thank you
[]'s
Gary Chanson
22 years ago
Permalink
Post by Lailson Bandeira
Hello MSDN Community,
I'm a Brazilian New .NET Developer [so sorry about my
english] and I'd like to use the Adobe Fonts [like
Photoshop] in an application that I'm developing.
- Adobe Large Font (ADMUI3Lg)
- Adobe Small Font (ADMUI3Sm)
But Visual Studio doesn't recognize these fonts what
impediments me to embed them in my app.
Does anybody have any idea??
I've already tried to find them in TTF format, but I
haven't.
Adobe doesn't use True Type fonts so you can't use them in place of
standard Windows fonts.
--
-GJC [MS Windows SDK MVP]
-Software Consultant (Embedded systems and Real Time Controls)
-***@mvps.org

-Abolish public schools
John Hornick [MSFT]
22 years ago
Permalink
Hi,

GDI+, and therefore System.Drawing, supports only TrueType fonts.

This question would have been better posted on one of the following:
microsoft.public.dotnet.framework.drawing
microsoft.public.dotnet.framework.windowsforms

Thanks,
- John
Microsoft Developer Support
This posting is provided "AS IS" with no warranties, and confers no rights.
Visit http://www.microsoft.com/security for current information on security.
Post by Lailson Bandeira
I'm a Brazilian New .NET Developer [so sorry about my
english] and I'd like to use the Adobe Fonts [like
Photoshop] in an application that I'm developing.
- Adobe Large Font (ADMUI3Lg)
- Adobe Small Font (ADMUI3Sm)
But Visual Studio doesn't recognize these fonts what
impediments me to embed them in my app.
Does anybody have any idea??
I've already tried to find them in TTF format, but I
haven't.
Continue reading on narkive:
Loading...