FreeCalypso > hg > fc-tourmaline
diff src/cs/drivers/drv_app/r2d/lcds/D_Sample/generate @ 0:4e78acac3d88
src/{condat,cs,gpf,nucleus}: import from Selenite
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 16 Oct 2020 06:23:26 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/cs/drivers/drv_app/r2d/lcds/D_Sample/generate Fri Oct 16 06:23:26 2020 +0000 @@ -0,0 +1,10 @@ +#!/bin/sh + +tool=D:/ssa/Drivers/Common/R2D/R2D_FONT_TOOL/r2d_font_tool +dir=D:/ssa/Drivers/Common/R2D/R2D_FONT_TOOL/Example_Font + +blocks="-block GREEK -block RUNIC -block GEOMETRIC_SHAPES -block HIRAGANA -block KATAKANA" +$tool $blocks -horizontal -custom "E:\\Perl\\bin\\perl.exe" -script "custom_process.pl" -size 14 -name proportional $dir/CASLR___.TTF + +blocks="-block BASIC_LATIN1 -block LATIN1_SUPPLEMENT -block GENERAL_PUNCTUATION" +$tool $blocks -horizontal -custom "E:\\Perl\\bin\\perl.exe" -script "custom_process.pl" -name system ti \ No newline at end of file