TextMetrics class - dart:html library

Annotations
  • @Native.new("TextMetrics")

Properties

actualBoundingBoxAscent num?

no setter

actualBoundingBoxDescent num?

no setter

actualBoundingBoxLeft num?

no setter

actualBoundingBoxRight num?

no setter

alphabeticBaseline num?

no setter

emHeightAscent num?

no setter

emHeightDescent num?

no setter

fontBoundingBoxAscent num?

no setter

fontBoundingBoxDescent num?

no setter

hangingBaseline num?

no setter

hashCode int
The hash code for this object.

no setterinherited

ideographicBaseline num?

no setter

runtimeType Type
A representation of the runtime type of the object.

no setterinherited

width num?

no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.

inherited

toString() String
A string representation of this object.

inherited

Operators

operator ==(Object other) bool
The equality operator.

inherited