CanvasTextBaseline

Wisej.Web.CanvasTextBaseline

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Specifies the text baseline used when drawing text.

public enum CanvasTextBaseline : Enum

Fields

NameDescription

Alphabetic

Default. The text baseline is the normal alphabetic baseline.

Bottom

The text baseline is the bottom of the bounding box.

Hanging

The text baseline is the hanging baseline.

Ideographic

The text baseline is the ideographic baseline.

Middle

The text baseline is the middle of the em square.

Top

The text baseline is the top of the em square.

Used By

NameDescription

Sets or returns the current text baseline used when drawing text.

Last updated