Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

hexbraille(1) [debian man page]

HEXBRAILLE(1)						      General Commands Manual						     HEXBRAILLE(1)

NAME
hexbraille - Algorithmically generate the Unicode Braille range (U+28xx) SYNOPSIS
hexbraille > output_font.hex DESCRIPTION
hexbraille generates a GNU Unifont .hex format file (written on stdout) containing the Braille dot patterns in the Unicode range U+2800..U+28FF. FILES
braille.hex output font files SEE ALSO
bdfimplode(1), hex2bdf(1), hex2bdf-split(1), hex2sfd(1), hexdraw(1), hexmerge(1), johab2ucs2(1), unibmp2hex(1), unicoverage(1), unidup(1), unihex2bmp(1), unipagecount(1), uniunmask(1) AUTHOR
hexbraille was written by Roman Czyborra, who named this script "braille.pl". In 2003, Roman incorporated a bug fix from Dominique at unruh.de. LICENSE
hexbraille is Copyright (C) 1998 Roman Czyborra, and is released under the following terms (taken from http://czyborra.com): "All of my works you find here are freeware. You may freely copy, use, quote, modify or redistribute them as long as you properly attribute my contribution and have given a quick thought about whether Roman might perhaps be interested to read what you did with his stuff. Hori- zontal rules don't apply." BUGS
No known bugs exist. 2008 Jul 06 HEXBRAILLE(1)

Check Out this Related Man Page

UNIHEX2BMP(1)						      General Commands Manual						     UNIHEX2BMP(1)

NAME
unihex2bmp - GNU Unifont .hex file to bitmap graphics file converter SYNOPSIS
unihex2bmp [-phexpage] [-iinput_file] [-ooutput_file] [-f] [-w] DESCRIPTION
unihex2bmp reads a GNU Unifont .hex file Unicode page of 256 code points and converts the page into a Microsoft Windows Bitmap (.bmp) or Wireless Bitmap (.wbmp) file. The bitmap file displays the glyphs of a Unicode block of 256 code points in a 32 by 32 pixel grid. The glyphs themselves must be 16 rows, and either 8 columns or 16 columns wide. The default page is 0; that is, the range U+0000 throught U+00FF. The bitmap can be printed. It can also be edited with a bitmap editor. An edited bitmap can then be re-converted into a GNU Unifont .hex file with the unibmp2hex command. OPTIONS
-ppagenum Extract page pagenum from the .hex file. The default is Page 0 (Unicode range U+0000 through U+00FF). Note that "page" is not a standard Unicode term. It refers to an output bitmap graphics page of 16 by 16 code points. -i Specify the input file. The default is stdin. -o Specify the output file. The default is stdout. -f "Flip" (transpose) the grid so it matches the Unicode standard order. -w Produce a Wireless Bitmap format file instead of a Microsoft Windows Bitmap file. FILES
*.hex GNU Unifont font files SEE ALSO
bdfimplode(1), hex2bdf(1), hex2bdf-split(1), hex2sfd(1), hexbraille(1), hexdraw(1), hexmerge(1), johab2ucs2(1), unibmp2hex(1), unicover- age(1), unidup(1), unipagecount(1), uniunmask(1) AUTHOR
unihex2bmp was written by Paul Hardy. LICENSE
unihex2bmp is Copyright (C) 2007 Paul Hardy, and is released under version 2 of the GNU General Public License, or (at your option) a later version. BUGS
No known real bugs exist, except that this software does not perform extensive error checking on its input files. If they're not in the format of the original GNU Unifont hex file, all bets are off. Lines can be terminated either with carriage return, or carriage return plus line feed. 2007 Dec 31 UNIHEX2BMP(1)
Man Page

3 More Discussions You Might Find Interesting

1. Programming

I need a pro*c complier..

hi all, i need a pro*c compiler ...it's a freeware or castable one...if it is freeware ,then where will we get.... thanks in advance sarwan (4 Replies)
Discussion started by: sarwan
4 Replies

2. HP-UX

HP UNIX freeware

Hi I plan to buy HP unix system from ebay for learning purpose. Would like to know if any HP UX version is freeware or available for download. Thanks GRR (4 Replies)
Discussion started by: grr9999
4 Replies

3. Shell Programming and Scripting

HEX number grouping

Guys, I am looking for a small script which generates HEX sequence. Input to the script is starting hex number - Group ID and number of members in a group and total groups. e.g: we are generating 2 groups with 4 Members each starting with hex number 036A. I should get o/p in following format. ... (5 Replies)
Discussion started by: dynamax
5 Replies