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.
|
13 years ago | |
---|---|---|
.. | ||
AUTHOR.txt | 16 years ago | |
README.txt | 16 years ago | |
charlist.txt | 16 years ago | |
coord.txt | 16 years ago | |
font-cache.lib | 16 years ago | |
font.brd | 16 years ago | |
font.dcm | 16 years ago | |
font.lib | 16 years ago | |
font.pro | 16 years ago | |
font.sch | 16 years ago | |
font_draft.sch | 16 years ago | |
font_draft1.lib | 16 years ago | |
fontconv.awk | 16 years ago | |
newstroke_font.h | 16 years ago | |
symbol.dcm | 16 years ago | |
symbol.lib | 16 years ago | |
symbols.sch | 16 years ago | |
test.h | 16 years ago | |
testlist.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.