@awayjs/scene
Version:
AwayJS scene classes
8 lines • 348 B
TypeScript
import { Stage, BitmapImage2D } from '@awayjs/stage';
import { Font } from './Font';
export declare abstract class FNTGeneratorBase {
protected _stage: Stage;
constructor(_stage: Stage);
abstract generate(font: Font, maxSize: number, fontSize: number, padding: number): BitmapImage2D[];
}
//# sourceMappingURL=FNTGeneratrorBase.d.ts.map