Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

hex2sfd(1) [debian man page]

HEX2SFD(1)						      General Commands Manual							HEX2SFD(1)

NAME
hex2sfd - Convert a GNU Unifont .hex file into a FontForge .sfd format. SYNOPSIS
hex2sfd < input_font.hex > output_font.sfd DESCRIPTION
hex2sfd reads a GNU Unifont .hex file from stdin and writes an outline font representation in FontForge Spline Font Database (.sfd) format. The resulting .sfd file can then be converted by FontForge into a TrueType .ttf font. FILES
GNU Unifont .hex font files for input, FontForge .sfd font files for output SEE ALSO
bdfimplode(1), hex2bdf(1), hex2bdf-split(1), hexbraille(1), hexdraw(1), hexmerge(1), johab2ucs2(1), unibmp2hex(1), unicoverage(1), unidup(1), unihex2bmp(1), unipagecount(1), uniunmask(1) AUTHOR
hex2sfd was written by Luis Gonzalez Miranda in 2005, with modifications by Paul Hardy in 2008. LICENSE
hex2sfd is released under version 2 of the GNU General Public License, or (at your option) a later version. BUGS
No known bugs exist. 2008 Jul 06 HEX2SFD(1)

Check Out this Related Man Page

JOHAB2UCS2(1)						      General Commands Manual						     JOHAB2UCS2(1)

NAME
johab2ucs2 - Convert a Johab BDF font into GNU Unifont Hangul Syllables. SYNOPSIS
johab2ucs2 < input_font.bdf > output_font.hex DESCRIPTION
johab2ucs2 reads a Johab encoded BDF font (as used in Hanterm) from stdin and writes a GNU Unifont .hex file containing the Unicode Hangul Syllables to stdout. FILES
*.bdf font files SEE ALSO
bdfimplode(1), hex2bdf(1), hex2bdf-split(1), hex2sfd(1), hexbraille(1), hexdraw(1), hexmerge(1), unibmp2hex(1), unicoverage(1), unidup(1), unihex2bmp(1), unipagecount(1), uniunmask(1) AUTHOR
johab2ucs2 was written in 1998 by Jungshik Shim for Roman Czyborra. Paul Hardy made some modifications and bug fixes in 2008. LICENSE
johab2ucs2 was released by Roman Czyborra 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 JOHAB2UCS2(1)
Man Page

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

hex value in a file + perl

Am not able to display the corresponding character for the hex value using the format specifier into a file Could you please help me with that >cat other a|\xc2\xbo >cat write.pl #! /opt/third-party/bin/perl open(FILE2, "< other") || die "Unable to open file other\n"; while (... (7 Replies)
Discussion started by: matrixmadhan
7 Replies

2. Shell Programming and Scripting

Convert hex to decimal or reverse is better?

Please Help Me! about the problem down under. I have 2 files with nearly the same characteristics, I have to convert one to the other format or the other format to one's format. I want to write it with awk. The first file contain lines like this: 300000001#A#Y#Y#Y#Y The other file contain... (4 Replies)
Discussion started by: Axel82
4 Replies

3. Shell Programming and Scripting

New line

I have a file which is in a hex format and i wanted to have a new line for every "DF" found in it. Please see below format DF 00 01 23 01 00 00 00 DC 6B 00 00 00 00 7B 36 19 07 00 00 31 FF FF FF FF 00 00 00 05 05 32 04 22 20 69 F1 FF FF FF FF FF FF FF FF 16 34 74 53 02 F1 FF FF FF FF 00 03 FF FF... (5 Replies)
Discussion started by: reignangel2003
5 Replies

4. Shell Programming and Scripting

Convert hex to decimal

can someone help me in converting hex streams to decimal values using perl script Hex value: $my_hex_stream="0c07ac14001676"; Every hex value in the above stream should be converted in to decimal and separated by comma. The output should be: 12,07,172,20,00,22,118 (2 Replies)
Discussion started by: Arun_Linux
2 Replies

5. Shell Programming and Scripting

How to replace with "sed" some hex values by other hex values?

Assume I have a file \usr\home\\somedir\myfile123.txt and I want to replace all occurencies of the two (concatenated) hex values x'AD' x'A0' bytwo other (concatenated) hex values x'20' x'6E' How can I achieve this with the gnu sed tool? Additional question: Is there a way to let sed show... (1 Reply)
Discussion started by: pstein
1 Replies

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