Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

hex2bdf(1) [debian man page]

HEX2BDF(1)						      General Commands Manual							HEX2BDF(1)

NAME
hex2bdf - Convert a GNU Unifont .hex file into a BDF font. SYNOPSIS
hex2bdf < input_font.hex > output_font.bdf DESCRIPTION
hex2bdf reads a sorted GNU Unifont .hex file (sorted with the Unix sort utility) from stdin and writes a BDF version of the font to stdout. FILES
*.hex GNU Unifont font files SEE ALSO
bdfimplode(1), hex2bdf-split(1), hex2sfd(1), hexbraille(1), hexdraw(1), hexmerge(1), johab2ucs2(1), unibmp2hex(1), unicoverage(1), unidup(1), unihex2bmp(1), unipagecount(1), uniunmask(1) AUTHOR
hex2bdf was written by Roman Czyborra. LICENSE
hex2bdf 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 HEX2BDF(1)

Check Out this Related Man Page

HEX2BDF-SPLIT(1)					      General Commands Manual						  HEX2BDF-SPLIT(1)

NAME
hex2bdf-split - Convert a GNU Unifont .hex file into single-width BDF fonts. SYNOPSIS
hex2bdf-split n < input_font.hex > halfwidth_output_font.bdf hex2bdf-split y < input_font.hex > fullwidth_output_font.bdf DESCRIPTION
hex2bdf-split reads a sorted GNU Unifont .hex file (sorted with the Unix sort utility) from stdin and writes a BDF version of the font to stdout. This utility was adapted from the original hex2bdf script to accomodate charcell behavior in older X11 implementations. It is present for historical reasons, but will probably be removed in a future distribution. Dependency on this program is discouraged. The main software application written to use the GNU Unifont, the international editor Yudit, does not need a split font. In addition, the GNU Unifont now has a TrueType version that makes most other use of the BDF version obsolete. hex2bdf-split takes one argument: "y" or "n". If "n" is specified, the output font is set to half-width (8 pixels wide) and "-h-" (for half-width) appears as the X Logical Font Descriptor (XLFD) ADD_STYLE_NAME value. If "y" is specified, the output font is set to full- width (16 pixels wide), and "-f-" (for full-width) appears as the X Logical Font Descriptor (XLFD) ADD_STYLE_NAME value. FILES
*.hex GNU Unifont font files SEE ALSO
bdfimplode(1), hex2bdf(1), hex2sfd(1), hexbraille(1), hexdraw(1), hexmerge(1), johab2ucs2(1), unibmp2hex(1), unicoverage(1), unidup(1), unihex2bmp(1), unipagecount(1), uniunmask(1) AUTHOR
hex2bdf-split was written by David Starner, based upon the original hex2bdf Perl script by Roman Czyborra. LICENSE
hex2bdf-split is Copyright (C) 1999 David Starner, 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 HEX2BDF-SPLIT(1)
Man Page

8 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. Shell Programming and Scripting

Numerical Decision

I'm tryning to do something like this, I have this file: spaces12tabgoodbye spaces3tabhello I want to copy to another file the lines that have the number above 10... I thought using sort -rn but I don't know how to discard the lines that have the number below 10. Any idea? Thanks (3 Replies)
Discussion started by: pmpx
3 Replies

3. 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

4. Shell Programming and Scripting

Converting hex value 7C (for pipe) to CRLF in Unix

I am trying to convert a txt file that includes one long string of data. The lines are separated with hex value 7C (for pipe). I am trying to process this file using SQR (Peoplesoft) so I thought the easiest thing to do would be to replace the eol char with a CRLF in unix so I can just... (4 Replies)
Discussion started by: sfedak
4 Replies

5. AIX

Whar is hex dump utility and how to insert 1C?

What is the hexdump utility on AIX box. Also I want to insert hex 1C using vi editor how to do that. Thanks. :) (2 Replies)
Discussion started by: ekb
2 Replies

6. What is on Your Mind?

New here

New here so I thought Id say hi (6 Replies)
Discussion started by: biggestmuscles
6 Replies

7. Shell Programming and Scripting

Convert Binary File To Hex In Linux

dHi, I have the attached file(actual file can be extracted post unzipping it) & i am trying to use the following code for coversion to hex format. Starting hex value is 84 which is start of the record & termination is done using 00 00 followed by 84(hex) which i can see in the dump clearly using... (14 Replies)
Discussion started by: siramitsharma
14 Replies

8. Shell Programming and Scripting

Find and increment value in string of hex

I have a long string of hex (from ASN.1 data) where I need to find and change a particular hex value only and increment it. The hex pairs either side (84 and a7) of the value to increment will remain constant. i.e. "84 <length> <value_to_increment> a7" starting with 00. So end result: ... (11 Replies)
Discussion started by: securegooner
11 Replies