Will return the width of a text string in Millimeters for the font given.
SppFontWidthInMillimetres([Text],[Font String])
Where:
Text is the Text to evaluated the width in millimeters for.
Font String is the Font of the Text that is being evaluated.
Rule | Result | Meaning |
---|---|---|
SppFontWidthInMillimetres("DriveWorks","font-family: gill sans mt; font-size: 18pt; text-decoration:") | 45.7729166632968 | This is the Width in Millimeters of the Text String for the given font. |