kicad/tools/newstroke
Seth Hillbrand 1b38acd9c6 Add "Letter-like character" Omega for Unicode x2126
Fixes https://gitlab.com/kicad/code/kicad/issues/12531
2022-10-01 16:39:00 -07:00
..
AUTHOR.txt
CJK_symbol.lib
CKJ_wide.lib
README.txt
charlist.txt
charlist_without_CJK.txt
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
hiragana.lib
katakana.lib
scale.py
sym-lib-table
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.