home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Datafile PD-CD 3
/
PDCD_3.iso
/
languages
/
c
/
oslib
/
Examples
/
p3-421
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-05-22
|
191 b
|
9 lines
#include "font.h"
void apply_encoding (char *result, int size, char *original, char *encoding)
/*There is a SWI to do this.*/
{ font_apply_fields (original, encoding, result, size);
}