Software: | ttfconvt cool | ||||
---|---|---|---|---|---|
Version: | 1.0, 970112 | Size: | 1428231Bytes | Date Added: | 97/2/18 ![]() |
Description: |
convert BIG5 True Type Fonts to GB True Type Fonts and vice versa.
It also converts GB files from/to BIG5 files.
It is a WIN32 program running on Windows 95 and NT.
| ||||
Author: |
William Zhang
<w2li@sciborg.uwaterloo.ca> | ||||
URL & Mirrors: |
[CN
|HK
|JP
|DE
|TW
|US]
ftp://ftp.ifcss.org/pub/software/fonts/utils/ttfconvt.zip |
Software: | Java API to HBF fonts cool | ||||
---|---|---|---|---|---|
Version: | 1.0 | Size: | 34380Bytes | Date Added: | 96/12/23 ![]() |
Description: |
This code provides a Java interface to HBF fonts.
| ||||
Author: |
Feng Huang <fh@dcs.st-and.ac.uk>
| ||||
URL & Mirrors: |
[CN
|HK
|JP
|DE
|TW
|US]
ftp://ftp.ifcss.org/pub/software/fonts/utils/java_hbf.tar.gz |
Software: | HBF API | ||
---|---|---|---|
Version: | 2.0, 960110 | Size: | 9206 |
Description: | A very short and simple HBF API in "C". Performs the basic
function of getting the bitmap of a character from an HBF (bitmap)
font. Intended for users who do not need fancy stuffs. Works with
all character encodings (e.g. GB, Big5, CNS, JIS, KSC...) and
all plateforms (DOS, VMS, UNIX). | ||
URL: | [CN|HK|DE|TW] ftp://ftp.ifcss.org/pub/software/fonts/utils/cai_hbfapi2.c | ||
Author: | Yidao CAI <CAI@neurophys.wisc.edu> |
Software: | spr2bmf (Spring font to bitmap font) | ||
---|---|---|---|
Version: | 0.1 (preliminary version), 930519 | Size: | 13389 |
Description: | This program converts fonts of the "Spring" Chinese Text System
into simple bitmap fonts | ||
URL: | [CN|HK|DE|TW] ftp://ftp.ifcss.org/pub/software/fonts/utils/spr2bmf.zip | ||
Author: | Werner Lemberg <a7621gac@univie.ac.at> |
Software: | Conversion bitmap files to Chinese TrueType tools | ||
---|---|---|---|
Version: | 1.0, 940519 | Size: | 324421 |
Description: | Conversion bitmap (1K X 1K) to Glyph and construct TrueType file | ||
URL: | [CN|HK|DE|TW] ftp://ftp.ifcss.org/pub/software/fonts/utils/cb2tt.zip | ||
Author: | Lin Yaw-Jen <> |
Software: | NTU2CJK | ||
---|---|---|---|
Version: | 1.2, 951018 | Size: | 69068 |
Description: | This utility produces PostScript Type 1 fonts for use
with the CJK LaTeX2e package written by Werner Lemberg
<a7621gac@awiuni11.bitnet>. The font sources are based
upon the NTU TrueType fonts. The original program is
ttf2ps.c written by Liangsheng Wu <lsn@mail.soton.ac.uk>. | ||
URL: | [CN|HK|DE|TW] ftp://ftp.ifcss.org/pub/software/fonts/utils/ntu2cjk.zip | ||
Author: | Chun-Yu Lee <d791013@ce.ntu.edu.tw> |
Software: | True Type Font to Bitmap Conversion Routine | ||
---|---|---|---|
Version: | 1.0, 940519 | Size: | 6519 |
Description: | C Source code to convert True Type Font Data to Bitmap.
This version compiles in Microsoft C, GNU C (with graphics)
Also compiles in other C compilers (no graphics display)
Only work with Big5 True Type Font in this version.
Useful for C programmers to write applications in
ANY platform. | ||
URL: | [CN|HK|DE|TW] ftp://ftp.ifcss.org/pub/software/fonts/utils/ttf2bmp.zip [CN|HK|DE|TW] ftp://ftp.ifcss.org/pub/software/fonts/big5/ms-win/ | ||
Author: | Lin Yaw-Jen , GNU C version ported by Wu Liangsheng <L.S.Ng1@mail.soton.ac.uk> |
Software: | ttf2ps | ||
---|---|---|---|
Version: | 1.0, 940528 | Size: | 25107 |
Description: | Chinese True Type Font to Postscript Translator
Reads Chinese TTF file data. Output to stdout in
Postscript format curve data. | ||
URL: | [CN|HK|DE|TW] ftp://ftp.ifcss.org/pub/software/fonts/util/ttf2ps.zip [CN|HK|DE|TW] ftp://ftp.ifcss.org/pub/software/fonts/big5/ms-win/ | ||
Author: | Liangsheng Wu <L.S.Ng1@mail.soton.ac.uk> |
Software: | ttf2pk | ||
---|---|---|---|
Version: | 0.01, 950506 | Size: | 59454 |
Description: | Convert Chinese Big5 TrueType fonts to PK format supporting CJK | ||
URL: | [CN|HK|DE|TW] ftp://ftp.ifcss.org/pub/software/fonts/utils/ttf2pk.tar.gz | ||
Author: | Originally written by Yu-Chung Wang and arranged by Yu-Ray Li <r82111@ew.ee.ntu.edu.tw> |
Software: | hbf2fnt | ||
---|---|---|---|
Version: | 1.0, 931128 | Size: | 26001 |
Description: | Converting Hanzi Bitmap Font to MS Windows Font. requires suitable C compiler & linker to create MS-Win font. | ||
URL: | [CN|HK|DE|TW] ftp://ftp.ifcss.org/pub/software/fonts/utils/hbf2fnt1.zip | ||
Author: | Tian Bogang <> |
Software: | HBF 1.1 C interfaces and sample programs | ||
---|---|---|---|
Version: | 951017 | Size: | 19722 |
Description: | function: two C interfaces to HBF files: a lightweight one and the one
defined in Appendix 2 of the HBF definition. To use it, you will
need the files hbf.h and hbf.c:
- put #include "hbf.h" in any source file using these functions
- link your program with the object compiled from hbf.c
now supports gzipped bitmap files. hbftest - a simple black-box test program: prints one bitmap
hbfcmp - compare the bitmaps of two fonts described by HBF files
hbftobdf - convert an HBF file to the X Windows BDF format
hbfsample - generate sample bitmaps from a HBF file
hbftosubfont - extract an X Windows BDF file for a Plan 9 subfont
(Unicode) from an HBF file
bdftohbf - convert from the X Windows BDF format to an HBF file | ||
URL: | [CN|HK|DE|TW] ftp://ftp.ifcss.org/pub/software/fonts/utils/hbf.tar.gz | ||
Author: | Ross Paterson <rap@doc.ic.ac.uk> |
Software: | mkwinfon | ||
---|---|---|---|
Version: | 0.3, 950402 | Size: | 19578 |
Description: | Convert ETen bit map font & CMEX user font to MSCWindows
user font file. | ||
URL: | [CN|HK|DE|TW] ftp://ftp.ifcss.org/pub/software/fonts/utils/mkwfon03.zip | ||
Author: | Chen Ing-Chou <clchen@netrd.net.tw> |