Leadtools.Annotations.Core Namespace > AnnObject Class : Font Property |
public AnnFont Font {get; set;}
Public Property Font As AnnFont
public AnnFont Font {get; set;}
@property (nonatomic) LTAnnFont* font;
public AnnFont getFont() public void setFont(AnnFont font)
get_Font();
set_Font(value);
Object.defineProperty('Font');
This property should be used as the font properties used when drawing the text of this object. Each object renderer is responsible for determining whether to use this property. For example, the renderer for AnnTextObject will use this property to create a device font and use it to draw its Text string. Setting Font to null will stop the object from rendering its text.
For an example, refer to AnnTextObject.