Converts a font to container coordinates.
Syntax
function Leadtools.Annotations.Core.AnnContainerMapper.fontToContainerCoordinates(
)
Parameters
Parameter | Type | Description |
---|
font | AnnFont | Source font. Must not be null. |
Return Value
Type | Description |
---|
AnnFont | The converted font object. |
See Also