Question use createfont in C#

Elchanan

New member
Joined
Aug 23, 2023
Messages
1
Programming Experience
10+
B"H

I want do use the function createfont in C# code. I now how to do it un delphi, but not in C#. I need that function, to create narrower font. It is an old api function. in delphi the is like this:

Font := CreateFont(VH, VW, 0, 0, VB, VI, 0, 0, Default_Charset, 0, 0, 0, 0, PChar(VName));
 
Back
Top Bottom