Textclass Text extends Userdata<"fz_text"> {constructor(pointer?: Pointer<"fz_text">);getBounds(strokeState: StrokeState, transform: Matrix): Rect;showGlyph(font: Font,trm: Matrix,gid: number,uni: number,wmode?: number,): void;showString(font: Font,trm: Matrix,str: string,wmode?: number,): Matrix;walk(_walker: any): void; static readonly _drop: (p: Pointer<"fz_text">) => void;}§Extends§Userdata<"fz_text">[src]§Constructors§new Text(pointer?: Pointer<"fz_text">)[src]§Methods§getBounds(strokeState: StrokeState, transform: Matrix): Rect[src]§showGlyph(font: Font, trm: Matrix, gid: number, uni: number, wmode?: number): void[src]§showString(font: Font, trm: Matrix, str: string, wmode?: number): Matrix[src]§walk(_walker: any): void[src]§Static Properties§_drop: (p: Pointer<"fz_text">) => void[src]