This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var gulp = require('gulp'); | |
var ts = require( 'gulp-tsc' ); | |
var connect = require( 'gulp-connect' ); | |
var shell = require( 'gulp-shell' ); | |
// 1541 - Claude Garamond was commissioned to create fonts for King Francis I | |
// of France and established himself as the first type designer. | |
gulp.task( 'build' , function(){ | |
return gulp.src( [ './src/txt/build.d.ts' ] ) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
font/apricot.txt | |
Missing: 35 # | |
font/burguesscript.txt | |
Missing: 94 ^ | |
Missing: 126 ~ | |
font/businesspenmanship.txt | |
Missing: 94 ^ | |
Missing: 126 ~ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'use strict'; | |
var env = process.env.NODE_ENV || 'development'; | |
var gulp = require( 'gulp' ); | |
var path = require( 'path' ); | |
var $ = require( 'gulp-load-plugins' )(); | |
gulp.task( 'tsc' , function (){ | |
return gulp.src( [ './app/src/build.ts' ] ) | |
.pipe( $.tsc( { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# add to ~/.bash_profile | |
# modify to your env | |
# also ... handy for server start/restart | |
alias _vu='cd ~/Dev/vestucom;workon vestucom;subl ~/Dev/vestucom;' | |
alias _vur='cd ~/Dev/vestucom;workon vestucom;open http://local.vestu.com:8080/;python manage.py runserver 8080' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
# -*- coding: utf8 -*- | |
#unicodeRange="U+0020-U+007E,U+00A1-U+00FF,U+2010-U+2036" | |
CHARS = {} | |
CHARS[ '13' ] = 1 # | |
#Unicode Latin | |
#Unicode 0020 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>txt: Text + Alignment Example</title> | |
<script type="text/javascript" src="../../src/easeljs-NEXT.min.js"></script> | |
<script type="text/javascript" src="../../src/txt/Graphics.js"></script> | |
<script type="text/javascript" src="../../src/txt/CharacterText.js"></script> | |
<script type="text/javascript" src="../../src/txt/Character.js"></script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
stage = new createjs.Stage( canvas ); | |
var text = new txt.PathText( { | |
text:'The fox jumped over the log.', | |
font:'bernhardmodern bolditalic', | |
path:'m258 178 a 11 11 0 0 0 11 -11 a 19 19 0 0 0 -19 -19 a 29 29 0 0 0 -29 29 a 48 48 0 0 0 48 48 a 78 78 0 0 0 78 -78 a 126 126 0 0 0 -126 -126 a 205 205 0 0 0 -205 205 a 331 331 0 0 0 331 331 a 536 536 0 0 0 536 -536', | |
spacing:0, | |
size:100, | |
x:100, | |
y:100, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"FileName": "STMPRC1407801914.xml", | |
"ProductCode": "STMPRC1407801914", | |
"ResponseStatus": {}, | |
"SDXMLs": [ | |
{ | |
"fileName": "layout_1.xml", | |
"payload": { | |
"Template": { | |
"_ATCustomScriptVersion": "0.05", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>txt: Case Example</title> | |
<script type="text/javascript" src="../src/easeljs-NEXT.min.js"></script> | |
<script type="text/javascript" src="../src/txt/Graphics.js"></script> | |
<script type="text/javascript" src="../src/txt/Text.js"></script> | |
<script type="text/javascript" src="../src/txt/Character.js"></script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"FileName": "INVH1401997655.xml", | |
"ProductCode": "INVH1401997655", | |
"ResponseStatus": {}, | |
"SDXMLs": [ | |
{ | |
"fileName": "layout_1.xml", | |
"payload": { | |
"Template": { | |
"_ATCustomScriptVersion": "0.05", |