Initial commit of the TextureCreator

This commit is contained in:
Ochi Wolfe 2013-08-25 23:06:03 +02:00
parent a5e2744fc0
commit 707d234e2b
39 changed files with 1547 additions and 0 deletions

View file

@ -0,0 +1,7 @@
# Load the font that is currently being processed.
loadFont
drawChars abcdefghijklmnopqrstuvwx
drawChars yzABCDEFGHIJKLMNOPQRSTUVW
drawChars XYZ0123456789.,:;!?"'´`^~
drawChars +-*/\|()[]{}<>=@$%&#_

View file

@ -0,0 +1,8 @@
setOutputNameSuffix -1024
runScript _init1024.script
runScript _basic.script
runScript _extended.script
runScript _special.script
runScript _graphics.script
runScript _furware.script

View file

@ -0,0 +1,8 @@
setOutputNameSuffix -512
runScript _init512.script
runScript _basic.script
runScript _extended.script
runScript _special.script
runScript _graphics.script
runScript _furware.script

View file

@ -0,0 +1,8 @@
# Load the font that is currently being processed.
loadFont
drawChars àáâã
drawChars äåæªçðèéêëìíîïñòóôõöøœºÞš
drawChars ßùúûüýÿžÀÁÂÃÄÅÆÇÐÈÉÊËÌÍÎÏ
drawChars ÑÒÓÔÕÖØŒþŠÙÚÛÜÝŸŽ¢£€¥§µ¡¿
drawChars ©®±×÷·°¹²³«»¬…‹›–¼½¾™•

View file

@ -0,0 +1,3 @@
jumpToCell 13 13
drawChars FURWARE text

View file

@ -0,0 +1,41 @@
drawRectBetweenCells 4 0 9 2 11 0 0 0 0
drawLineBetweenCells 4 1 9 1 11 0 0 0 0
drawLineBetweenCells 4 0 10 2 10 0 0 0 0
drawRectBetweenCells 8 3 9 5 11 0 0 0 0
drawLineBetweenCells 8 4 9 4 11 0 0 0 0
drawLineBetweenCells 8 3 10 5 10 0 0 0 0
drawRectBetweenCells 4 6 9 8 11 -4 -4 4 4
drawRectBetweenCells 4 6 9 7 10 4 4 -4 -4
drawRectBetweenCells 4 7 9 8 10 4 4 -4 -4
drawRectBetweenCells 4 6 10 7 11 4 4 -4 -4
drawRectBetweenCells 4 7 10 8 11 4 4 -4 -4
drawLineBetweenCells 4 9 9 11 9 0 0 0 0
drawLineBetweenCells 8 9 10 11 10 0 0 0 0
drawLineBetweenCells 4 9 11 11 11 0 -4 0 -4
drawLineBetweenCells 4 9 11 11 11 0 4 0 4
drawLineBetweenCells 4 12 9 12 11 0 0 0 0
drawLineBetweenCells 8 13 9 13 11 0 0 0 0
drawLineBetweenCells 4 14 9 14 11 -4 0 -4 0
drawLineBetweenCells 4 14 9 14 11 4 0 4 0
drawRectBetweenCells 4 15 9 15 9 -10 -6 10 6
drawRectBetweenCells 4 15 10 15 10 -10 -6 10 6
drawRectBetweenCells 4 15 11 15 11 -10 -6 10 6
drawLineBetweenCells 4 15 9 15 10 0 6 0 -6
drawLineBetweenCells 4 15 10 15 11 0 6 0 -6
drawRectBetweenCells 4 16 11 16 11 -6 -10 6 10
drawRectBetweenCells 4 17 11 17 11 -6 -10 6 10
drawRectBetweenCells 4 18 11 18 11 -6 -10 6 10
drawLineBetweenCells 4 16 11 17 11 6 0 -6 0
drawLineBetweenCells 4 17 11 18 11 6 0 -6 0
drawFilledRectBetweenCells 4 21 12 21 12 -14 -14 14 14
drawFilledRectBetweenCells 4 22 12 22 12 -8 -8 8 8
drawFilledRectBetweenCells 4 23 12 23 12 -14 -8 14 8
drawFilledRectBetweenCells 4 24 12 24 12 -8 -14 8 14
drawFilledRectBetweenCells 4 0 13 0 13 -20 -36 20 36

View file

@ -0,0 +1,11 @@
init 1024 1024 1.0 1.0
jumpToCell 0 0
setCellSize 32 64
setCellOffset 32 44
setCellSpacing 40 72
setCellCount 25 14
# Un-comment the "debugGrid" line to draw a
# positioning helper grid in the textures.
#drawDebugGrid

View file

@ -0,0 +1,11 @@
init 1024 1024 0.5 0.5
jumpToCell 0 0
setCellSize 32 64
setCellOffset 32 44
setCellSpacing 40 72
setCellCount 25 14
# Un-comment the "debugGrid" line to draw a
# positioning helper grid in the textures.
#drawDebugGrid

View file

@ -0,0 +1,18 @@
jumpToCell 0 9
loadFont fonts/DejaVu/DejaVu.ttf
drawChars ▲◀▼▶○◔◑◕●
drawChars ↑←↓→↺↻☐☑☒
drawChars ↕↔♀♂⚠
drawChars ♪♫♠♣♥♦⚀⚁⚂⚃⚄⚅✔✘☺☹
jumpToCell 24 11
loadFont fonts/FreeSerif/FreeSerif.ttf
drawChars ℹ❌⌖∡⌛⌚
# Revert to the font currently being processed.
loadFont