D2DFont Constructor(string,double)

Summary

Initializes a new D2DFont object having the specified familyName and font size.

Syntax
C#
VB
C++
public D2DFont( 
   string familyName, 
   double size 
) 
  
Public Function New( _ 
   ByVal familyName As String, _ 
   ByVal size As Double _ 
) 
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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.D2DRendering Assembly