Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/konva/lib/shapes/Text.d.ts
rd565449 r0c6b92a 38 38 getTextWidth(): number; 39 39 getTextHeight(): number; 40 measureSize(text: any): {41 actualBoundingBoxAscent: any;42 actualBoundingBoxDescent: any;43 actualBoundingBoxLeft: any;44 actualBoundingBoxRight: any;45 alphabeticBaseline: any;46 emHeightAscent: any;47 emHeightDescent: any;48 fontBoundingBoxAscent: any;49 fontBoundingBoxDescent: any;50 hangingBaseline: any;51 ideographicBaseline: any;52 width: any;40 measureSize(text: string): { 41 actualBoundingBoxAscent: number; 42 actualBoundingBoxDescent: number; 43 actualBoundingBoxLeft: number; 44 actualBoundingBoxRight: number; 45 alphabeticBaseline: number; 46 emHeightAscent: number; 47 emHeightDescent: number; 48 fontBoundingBoxAscent: number; 49 fontBoundingBoxDescent: number; 50 hangingBaseline: number; 51 ideographicBaseline: number; 52 width: number; 53 53 height: number; 54 54 };
Note:
See TracChangeset
for help on using the changeset viewer.