.TH UNIBDF2HEX 1 "2013 Jul 07" .SH NAME unibdf2hex \- Convert BDF font glyphs into Unifont .hex glyphs .SH SYNOPSIS .br .B unibdf2hex < .I input-font.bdf > .I output-font.hex .SH DESCRIPTION .B unibdf2hex reads a BDF font file, extracting selected code points and printing them on stdout in Unifont .hex format. This program was used to extract CJK ideographs from the 16x16 version of Wen Quan Yi's BDF font. Currently the program is hard-coded to only extract those code points that comprise the "wqy.hex" source font file used to build "unifont.hex" but this source code could easily be modified. .SH FILES *.hex GNU Unifont font files .SH SEE ALSO .BR bdfimplode(1), .BR hex2bdf(1), .BR hex2sfd(1), .BR hexbraille(1), .BR hexdraw(1), .BR hexkinya(1), .BR hexmerge(1), .BR johab2ucs2(1), .BR unibmp2hex(1), .BR unicoverage(1), .BR unidup(1), .BR unifont(5), .BR unifont-viewer(1), .BR unifontchojung(1), .BR unifontksx(1), .BR unifontpic(1), .BR unigencircles(1), .BR unigenwidth(1), .BR unihex2bmp(1), .BR unihex2png(1), .BR unihexfill(1), .BR unihexgen(1), .BR unipagecount(1), .BR unipng2hex(1) .SH AUTHOR .B unibdf2hex was written by Paul Hardy. .SH LICENSE .B unibdf2hex is Copyright \(co 2008 Paul Hardy. .PP This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. .SH BUGS No known bugs exist.