Aurigma Graphics Mill 5.5 for .NET
Font..::.GetC Method
Returns C spacing from ABC metric for given character.
Namespace:
Aurigma.GraphicsMill.Drawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Syntax
Parameters
- symbol
-
Type: System..::.Char
Character to retrieve C spacing for.
Return Value
Value containing C spacing from ABC metrics for given character.Remarks
ABC metric is defined for TrueType fonts in the following way:
- A spacing the distance to add to the current position before drawing the character glyph.
- B spacing the width of the drawn portion of the character glyph.
- C spacing the distance to add to the current position to provide white space to the right of the character glyph.
ABC metric makes no sense for non-TrueType fonts.