FontResourceLoader.js 180 B

123456
  1. function FontResourceLoader() {
  2. }
  3. FontResourceLoader.prototype.loadResource = function(path,targetPool) {
  4. Polycode.FontResourceLoader_loadResource(this.__ptr, path,targetPool)
  5. }