←Select platform

FontRelativeToDevice Property

Summary
Gets or sets a value that indicate whether font size is relative to the device (screen).
Syntax
C#
Objective-C
C++/CLI
Java
Python
public bool FontRelativeToDevice { get; set; } 
@property (nonatomic, assign) BOOL fontRelativeToDevice; 
public boolean getFontRelativeToDevice() 
public void setFontRelativeToDevice(boolean fontRelativeToDevice) 
public:  
   property bool FontRelativeToDevice 
   { 
      bool get() 
      void set(bool value) 
   } 
FontRelativeToDevice # get and set (AnnContainerMapper) 

Property Value

true if the font size is relative to the device; otherwise, false. The default value is false.

Requirements

Target Platforms

Help Version 22.0.2023.7.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 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.