D2DFont Constructor(string,double)

Summary
Initializes a new D2DFont object having the specified familyName and font size.
Syntax
C#
C++/CLI
public D2DFont( 
   string familyName, 
   double size 
) 
public: 
D2DFont(  
   String^ familyName, 
   double size 
) 

Parameters

familyName
A System.String that specifies the familyName.

size
A System.Double value that represents the size of the font.

Remarks

This constructor creates a new instance of D2DFont.

Requirements

Target Platforms

Help Version 23.0.2024.3.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.D2DRendering Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.