Font.TryGetVerticalGlyphOrigin(UInt32, Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Tries to get the vertical origin of a glyph.
public bool TryGetVerticalGlyphOrigin(uint glyph, out int xOrigin, out int yOrigin);
Parameters
- glyph
- UInt32
The glyph ID.
- xOrigin
- Int32
Returns the X coordinate of the origin.
- yOrigin
- Int32
Returns the Y coordinate of the origin.
Returns
true if the origin was found; otherwise, false.
Remarks
The origin is the point from which the glyph is drawn for vertical text.