←Select platform

FontFamilyName Property

Summary
Gets or sets a string representation of the font family associated with this AnnFont object.
Syntax
C#
VB
Objective-C
C++
Java
public string FontFamilyName { get; set; } 
Public Property FontFamilyName As String 
@property (nonatomic,copy) NSString* fontFamilyName; 
public String getFontFamilyName() 
public void setFontFamilyName(String fontFamilyName) 
public:  
   property String^ FontFamilyName 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

A string representation of the font family associated with this AnnFont object.

Requirements

Target Platforms

See Also

Reference

AnnFont Class

AnnFont Members

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

Leadtools.Annotations.Engine Assembly

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