Method GetBaselineDirection
GetBaselineDirection(GlyphOrientation, out int, out int)
Gets the direction the baseline advances in, as a layout-space unit vector.
public static void GetBaselineDirection(GlyphOrientation orientation, out int dx, out int dy)
Parameters
orientationGlyphOrientationThe orientation.
dxintReceives the x component, one of -1, 0 or 1.
dyintReceives the y component, one of -1, 0 or 1.