Rediger

Font.GetFontExtentsForDirection(Direction) Method

Definition

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.

Applies to