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 34b26a0ac7 Add KICAD_USE_FONT_REDUCED_SET (default OFF) to build options. 6 years ago
..
AUTHOR.txt See CHANGELOG.txt 16 years ago
CKJ.lib Rescale and flip Chinese characters 6 years ago
README.txt Developer credit and copyright updates. 10 years ago
charlist.txt Adding standard library CJK strokes 6 years ago
charlist_without_CJK.txt Add KICAD_USE_FONT_REDUCED_SET (default OFF) to build options. 6 years ago
coord.txt See CHANGELOG.txt 16 years ago
font-cache.lib Update tools_to_build_newstroke-font files to V5 8 years ago
font.dcm Update tools_to_build_newstroke-font files to V5 8 years ago
font.kicad_pcb Add a python script example in demo folder to create various plot files from a board. Fix also some issues in plot controller helper class. 11 years ago
font.lib Update tools_to_build_newstroke-font files to V5 8 years ago
font.pro Update tools_to_build_newstroke-font files to V5 8 years ago
font.sch Update tools_to_build_newstroke-font files to V5 8 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
sym-lib-table Adding standard library CJK strokes 6 years ago
symbol.dcm See CHANGELOG.txt 16 years ago
symbol.lib See CHANGELOG.txt 16 years ago
symbols.sch Update tools_to_build_newstroke-font files to V5 8 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 CC0 licence.