12 lines
238 B
TypeScript
12 lines
238 B
TypeScript
|
|
/**
|
||
|
|
* Text rendering module
|
||
|
|
* 文本渲染模块
|
||
|
|
*/
|
||
|
|
|
||
|
|
export * from './MSDFFont';
|
||
|
|
export * from './TextLayout';
|
||
|
|
export * from './TextBatch';
|
||
|
|
export * from './MSDFFontLoader';
|
||
|
|
export * from './BitmapFont';
|
||
|
|
export * from './DynamicFont';
|