7 lines
199 B
JavaScript
7 lines
199 B
JavaScript
import * as r from 'restructure';
|
|
|
|
// Set of instructions executed whenever the point size or font transformation change
|
|
export default new r.Struct({
|
|
controlValueProgram: new r.Array(r.uint8)
|
|
});
|