(Leadtools.Annotations.Core)

AnnFont Constructor (AnnFont)

Show in webframe





The font family of the new AnnFont object.
The point size of the new AnnFont object.
Creates a new instance of the AnnFont class.
Syntax
public AnnFont( 
   string fontFamilyName,
   double sizeInPoints
)
Public Function New( _
   ByVal fontFamilyName As String, _
   ByVal sizeInPoints As Double _
)
public AnnFont( 
   string fontFamilyName,
   double sizeInPoints
)
-(id) initWithFamilyName:(NSString*)name
                fontSize:(double)size;
            
public AnnFont(
   String fontFamilyName,
   double sizeInPoints
)
            
function AnnFont( 
   fontFamilyName ,
   sizeInPoints 
)

Parameters

fontFamilyName
The font family of the new AnnFont object.
sizeInPoints
The point size of the new AnnFont object.
Requirements

Target Platforms

See Also

Reference

AnnFont Class
AnnFont Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.