You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
jean-pierre charras a9744e3f84 Pcbnew: added: SVG plotter. Need refinements, but works. 13 years ago
..
AUTHOR.txt See CHANGELOG.txt 16 years ago
README.txt See CHANGELOG.txt 16 years ago
charlist.txt See CHANGELOG.txt 16 years ago
coord.txt See CHANGELOG.txt 16 years ago
font-cache.lib See CHANGELOG.txt 16 years ago
font.brd See CHANGELOG.txt 16 years ago
font.dcm See CHANGELOG.txt 16 years ago
font.lib See CHANGELOG.txt 16 years ago
font.pro See CHANGELOG.txt 16 years ago
font.sch See CHANGELOG.txt 16 years ago
font_draft.sch See CHANGELOG.txt 16 years ago
font_draft1.lib See CHANGELOG.txt 16 years ago
fontconv.awk See CHANGELOG.txt 16 years ago
newstroke_font.h See CHANGELOG.txt 16 years ago
symbol.dcm See CHANGELOG.txt 16 years ago
symbol.lib See CHANGELOG.txt 16 years ago
symbols.sch See CHANGELOG.txt 16 years ago
test.h See CHANGELOG.txt 16 years ago
testlist.txt See CHANGELOG.txt 16 years ago

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.