laya-coreui-es
Version:
laya核心库、ui库es版本,剔除了媒体、TTF等功能。基于 LayaAir-release_2.12.0 修改
17 lines (16 loc) • 402 B
JavaScript
export class ICharRender {
constructor() {
this.fontsz = 16;
}
getWidth(font, str) { return 0; }
scale(sx, sy) {
}
get canvasWidth() {
return 0;
}
set canvasWidth(w) {
}
getCharBmp(char, font, lineWidth, colStr, strokeColStr, size, margin_left, margin_top, margin_right, margin_bottom, rect = null) {
return null;
}
}