Returns an B spacing (from ABC metric) for the given character.
Namespace:
Aurigma.GraphicsMill.Drawing
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public float GetB( char symbol )
Type: System.Char
The character to retrieve the B spacing for.ABC metric is defined for TrueType fonts in the following way:
The total width of a character is the sum of the A, B, and C spaces. Either the A or the C space can be negative to indicate underhangs or overhangs.
ABC metric makes no sense for non-TrueType fonts.