How to setup text drawing hit for ExtTextOut ?

  • Thread starter Thread starter Lloyd Dupont
  • Start date Start date
L

Lloyd Dupont

In my .NET app I have to use some home-made, Uniscribe based, text drawing
with ScriptTextOut which, ultimately, calls ExtTextOut..
I would like to setup things like text quality, anti aliasing, etc....
What API should I look into?
Thanks! :-)
 
Lloyd Dupont said:
In my .NET app I have to use some home-made, Uniscribe based, text drawing
with ScriptTextOut which, ultimately, calls ExtTextOut..
I would like to setup things like text quality, anti aliasing, etc....
What API should I look into?
Thanks! :-)

CreateFont

James
 
In my .NET app I have to use some home-made, Uniscribe based, text
CreateFont
I just found out a couple of hours ago!
Thanks for being the first to answer this long standing question anyway :-D
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top