Need example for Font.ToLogFont

  • Thread starter Thread starter Bob
  • Start date Start date
B

Bob

I am trying to get a LOGFONT structure from the
System::Drawing::Font class using ToLogFont
(System::Object*) in a managed C++ application. I need
the LOGFONT for some legacy C++ code. I cannot figure out
how to give ToLogFont an Object* of a LOGFONT that it will
return me a good GDI LOGFONT structure. Any example of
how to do this would be much appreaciated!
 
Back
Top