TextBlob
public final class TextBlob
TextBlob
combines multiple text runs into an immutable container. Each text
run consists of glyphs, Paint
, and position. Only parts of Paint
related to
fonts and text rendering are used by run.
-
Gets the unique, non-zero value representing the text blob.
Declaration
Swift
public func getUniqueId() -> UInt32
-
Gets the conservative blob bounding box.
Declaration
Swift
public var bounds: Rect { get }