←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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly