ITextMetrics Interface

ITextMetrics interface

Represents the dimension of a text in the canvas.

public interface ITextMetrics

Properties

NameDescription
getWidth Is a double giving the calculated width of a segment of inline text in CSS pixels.

See Also