←Select platform

FontFromContainerCoordinates Method

Summary
Converts a font from container coordinates.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public AnnFont FontFromContainerCoordinates( 
   AnnFont font, 
   AnnFixedStateOperations operation 
) 
- (LTAnnFont *)fontFromContainerCoordinates:(LTAnnFont *)font operations:(LTAnnFixedStateOperations)operations; 
public AnnFont fontFromContainerCoordinates( 
   AnnFont font, 
   int annFixedStateOperations 
) 
public:  
   AnnFont^ FontFromContainerCoordinates( 
      AnnFont^ font, 
      AnnFixedStateOperations^ operation 
   ) 
def FontFromContainerCoordinates(self,font,operation): 

Parameters

font
Source font. This value must not be null.

operation
Source object fixed operation state.

Return Value

The converted font object.

Requirements

Target Platforms

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.