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
 
Back
Top