@visactor/vrender-core
Version:
```typescript import { xxx } from '@visactor/vrender-core'; ```
29 lines (24 loc) • 733 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: !0
}), exports.calculateLineHeight = exports.getTextBounds = exports.getRichTextBounds = void 0;
var bounds_1 = require("./graphic/bounds");
Object.defineProperty(exports, "getRichTextBounds", {
enumerable: !0,
get: function() {
return bounds_1.getRichTextBounds;
}
}), Object.defineProperty(exports, "getTextBounds", {
enumerable: !0,
get: function() {
return bounds_1.getTextBounds;
}
});
var utils_1 = require("./common/utils");
Object.defineProperty(exports, "calculateLineHeight", {
enumerable: !0,
get: function() {
return utils_1.calculateLineHeight;
}
});
//# sourceMappingURL=text.js.map