TtfxSubString constructor
TtfxSubString({})
Implementation
TtfxSubString({
this.flags = 0,
this.offset = 0,
this.length = 0,
this.lineIndex = 0,
this.clusterIndex = 0,
SdlxRect? rect,
}) {
this.rect = rect ?? SdlxRect();
}