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.
 
 
 
 
 
Seth Hillbrand 1b38acd9c6 Add "Letter-like character" Omega for Unicode x2126 3 years ago
..
AUTHOR.txt helpers and tools are the same thing 3 years ago
CJK_symbol.lib helpers and tools are the same thing 3 years ago
CKJ_wide.lib helpers and tools are the same thing 3 years ago
README.txt helpers and tools are the same thing 3 years ago
charlist.txt Add "Letter-like character" Omega for Unicode x2126 3 years ago
charlist_without_CJK.txt helpers and tools are the same thing 3 years ago
coord.txt helpers and tools are the same thing 3 years ago
font-cache.lib helpers and tools are the same thing 3 years ago
font.dcm helpers and tools are the same thing 3 years ago
font.kicad_pcb helpers and tools are the same thing 3 years ago
font.lib helpers and tools are the same thing 3 years ago
font.pro helpers and tools are the same thing 3 years ago
font.sch helpers and tools are the same thing 3 years ago
font_draft.sch helpers and tools are the same thing 3 years ago
font_draft1.lib helpers and tools are the same thing 3 years ago
fontconv.awk helpers and tools are the same thing 3 years ago
half_full.lib helpers and tools are the same thing 3 years ago
hiragana.lib helpers and tools are the same thing 3 years ago
katakana.lib helpers and tools are the same thing 3 years ago
scale.py helpers and tools are the same thing 3 years ago
sym-lib-table helpers and tools are the same thing 3 years ago
symbol.dcm helpers and tools are the same thing 3 years ago
symbol.lib helpers and tools are the same thing 3 years ago
symbols.sch helpers and tools are the same thing 3 years ago
test.h helpers and tools are the same thing 3 years ago
testlist.txt helpers and tools are the same thing 3 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 CC0 licence.