Font.GetFontExtentsForDirection(Direction) 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.
Gets the font extents for the specified text direction.
public HarfBuzzSharp.FontExtents GetFontExtentsForDirection(HarfBuzzSharp.Direction direction);
Parameters
- direction
- Direction
The text direction.
Returns
The font extents for the given direction.
Remarks
For horizontal text, returns horizontal extents; for vertical text, returns vertical extents.