UNPKG

openfl

Version:

A fast, productive library for 2D cross-platform development.

14 lines (8 loc) 175 B
declare namespace openfl.text { export enum GridFitType { NONE = "none", PIXEL = "pixel", SUBPIXEL = "subpixel" } } export default openfl.text.GridFitType;