1. Top

This interface parses and renders classic Macintosh font Files.

This document tangles out to two files, macfont.h and macfont.c.

<<macfont.h>>=
#ifndef MACFONT_H
#define MACFONT_H
<<typedefs>>
<<symbols>>
<<funcdefs>>
#endif
<<macfont.c>>=
#include <stdint.h>
#include <string.h>
#include "btprnt/btprnt.h"
#include "macfont.h"
<<macros>>
<<funcs>>



prev | home | next