←Select platform

FontToContainerCoordinates Method

Summary
Converts a font to container coordinates.
Syntax
C#
VB
Objective-C
C++
Java
public AnnFont FontToContainerCoordinates( 
   AnnFont font 
) 
Public Function FontToContainerCoordinates( _ 
   ByVal font As AnnFont _ 
) As AnnFont 
-(LTAnnFont*) fontToContainerCoordinates:(LTAnnFont*)annFont; 
public AnnFont fontToContainerCoordinates(AnnFont font) 
public:  
   AnnFont^ FontToContainerCoordinates( 
      AnnFont^ font 
   ) 

Parameters

font
Source font. This value must not be null.

Return Value

The converted font object.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

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