←Select platform

FontFamilyName Property

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

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

Leadtools.Annotations.Engine Assembly

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