kicad/helpers/tools_to_build_newstroke-font
Hanya 55bb407256 Add halfwidth and fullwidth forms to stroke font 2020-12-23 16:43:39 +00:00
..
AUTHOR.txt
CJK_symbol.lib Add hiragana and katakana glyphs 2020-12-21 18:37:35 +00:00
CKJ.lib Rescale and flip Chinese characters 2019-10-05 07:42:15 -07:00
README.txt
charlist.txt Add halfwidth and fullwidth forms to stroke font 2020-12-23 16:43:39 +00:00
charlist_without_CJK.txt Add KICAD_USE_FONT_REDUCED_SET (default OFF) to build options. 2019-10-07 09:50:24 +02:00
coord.txt
font-cache.lib
font.dcm
font.kicad_pcb
font.lib
font.pro
font.sch
font_draft.sch
font_draft1.lib
fontconv.awk
half_full.lib Add halfwidth and fullwidth forms to stroke font 2020-12-23 16:43:39 +00:00
hiragana.lib Add hiragana and katakana glyphs 2020-12-21 18:37:35 +00:00
katakana.lib Add hiragana and katakana glyphs 2020-12-21 18:37:35 +00:00
newstroke_font.h
sym-lib-table Add halfwidth and fullwidth forms to stroke font 2020-12-23 16:43:39 +00:00
symbol.dcm
symbol.lib
symbols.sch
test.h
testlist.txt

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 CC0 licence.