kicad-source/helpers/tools_to_build_newstroke-font
Seth Hillbrand 39a45f2a81 Correct cyrillic 'f' in newstroke
The lowercase greek phi had been used which did not match the cyrillic
f.  We use the variant of phi that includes the full strokes instead.

Fixes #3898 | https://gitlab.com/kicad/code/kicad/issues/3898
2020-02-12 14:08:02 -08:00
..
2010-02-14 14:59:43 +00:00
2020-02-12 14:08:02 -08:00
2019-10-05 07:42:15 -07:00
2010-02-14 14:59:43 +00:00
2010-02-14 14:59:43 +00:00
2010-02-14 14:59:43 +00:00
2010-02-14 14:59:43 +00:00
2010-02-14 14:59:43 +00:00
2010-02-14 14:59:43 +00:00
2010-02-14 14:59:43 +00:00
2010-02-14 14:59:43 +00:00
2010-02-14 14:59:43 +00:00

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.