kicad/helpers/tools_to_build_newstroke-font
jerryjacobs 535a28fa91 See CHANGELOG.txt 2010-02-14 14:59:43 +00:00
..
AUTHOR.txt See CHANGELOG.txt 2010-02-14 14:59:43 +00:00
README.txt See CHANGELOG.txt 2010-02-14 14:59:43 +00:00
charlist.txt See CHANGELOG.txt 2010-02-14 14:59:43 +00:00
coord.txt See CHANGELOG.txt 2010-02-14 14:59:43 +00:00
font-cache.lib See CHANGELOG.txt 2010-02-14 14:59:43 +00:00
font.brd See CHANGELOG.txt 2010-02-14 14:59:43 +00:00
font.dcm See CHANGELOG.txt 2010-02-14 14:59:43 +00:00
font.lib See CHANGELOG.txt 2010-02-14 14:59:43 +00:00
font.pro See CHANGELOG.txt 2010-02-14 14:59:43 +00:00
font.sch See CHANGELOG.txt 2010-02-14 14:59:43 +00:00
font_draft.sch See CHANGELOG.txt 2010-02-14 14:59:43 +00:00
font_draft1.lib See CHANGELOG.txt 2010-02-14 14:59:43 +00:00
fontconv.awk See CHANGELOG.txt 2010-02-14 14:59:43 +00:00
newstroke_font.h See CHANGELOG.txt 2010-02-14 14:59:43 +00:00
symbol.dcm See CHANGELOG.txt 2010-02-14 14:59:43 +00:00
symbol.lib See CHANGELOG.txt 2010-02-14 14:59:43 +00:00
symbols.sch See CHANGELOG.txt 2010-02-14 14:59:43 +00:00
test.h See CHANGELOG.txt 2010-02-14 14:59:43 +00:00
testlist.txt See CHANGELOG.txt 2010-02-14 14:59:43 +00:00

README.txt

Newstroke Font Readme
=====================

Newstroke is a stroke (plotter) font originally designed for KiCAD.

Project homepage: http://vovanium.ru/sledy/newstroke

Files
-----
font.lib         - main glyph library in KiCAD library format
symbol.lib       - glyph library for most math, tech and other symbols
font_draft1.lib  - old draft glyph library with the metrics from Hersheys Simplex
font.pro         - KiCAD project
charlist.txt     - unicode glyph map list
fontconv.awk     - AWK script for 'compiling' project to c-source used by KiCAD
newstroke_font.h - generated c header with font

Requirements
------------
KiCAD (http://kicad.sourceforge.net/) - for glyph editing
AWK - for font generating

Usage
-----
* Edit glyps with KiCAD EESchema library editor.
* Add Unicode positions to charlist.
* Generate font using following command line:

awk -f fontconv.awk symbol.lib font.lib charlist.txt >newstroke_font.h


Released under CC-BY licence.