←Select platform

FontWeight Property

Summary
Gets or sets a value that indicates the relative weight of the typeface.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public AnnFontWeight FontWeight { get; set; } 
@property (nonatomic, assign) LTAnnFontWeight fontWeight; 
public AnnFontWeight getFontWeight() 
public void setFontWeight(AnnFontWeight fontWeight) 
public:  
   property AnnFontWeight^ FontWeight 
   { 
      AnnFontWeight^ get() 
      void set(AnnFontWeight^ value) 
   } 
FontWeight # get and set (AnnFont) 

Property Value

An AnnFontWeight value that specifies the relative weight of the typeface.

Remarks

For more information, refer to Using Text In Annotation Objects.

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.