UNPKG

laya-coreui-es

Version:

laya核心库、ui库es版本,剔除了媒体、TTF等功能。基于 LayaAir-release_2.12.0 修改

17 lines (16 loc) 645 B
import { CharRenderInfo } from "./CharRenderInfo"; export declare class ICharRender { fontsz: number; getWidth(font: string, str: string): number; scale(sx: number, sy: number): void; get canvasWidth(): number; set canvasWidth(w: number); /** *TODO stroke * @param char * @param font * @param size 返回宽高 * @return */ getCharBmp(char: string, font: string, lineWidth: number, colStr: string, strokeColStr: string, size: CharRenderInfo, margin_left: number, margin_top: number, margin_right: number, margin_bottom: number, rect?: any[] | null): ImageData | null; }