dvi2bitmap
dvi2bitmap1.0
|
#include <config.h>
#include <string>
#include <iostream>
#include <bitset>
#include <ctype.h>
#include <cstdlib>
#include "DviFile.h"
Macros | |
#define | CVTXY(unit) |
Functions | |
void | Usage () |
void | show_position (DviFile *dvi, const char *unitlist) |
int | main (int argc, char **argv) |
Variables | |
char * | progname |
#define CVTXY | ( | unit) |
Referenced by show_position().
int main | ( | int | argc, |
char ** | argv | ||
) |
References PkGlyph::characterChar(), PkGlyph::characterCode(), DviFileSetChar::charno(), PkFont::designSize, DviFileFontChange::font, DviFile::getEvent(), DviFile::getFallbackFont(), PkFont::glyph(), DviFileSetRule::h, PkFont::loaded(), PkFont::name(), NULL, DviError::problem(), progname, DviFileEvent::release(), PkFont::setMissingFontMode(), show_position(), Usage(), and DviFileSetRule::w.
void show_position | ( | DviFile * | dvi, |
const char * | unitlist | ||
) |
References DviFile::currH(), DviFile::currV(), CVTXY, DviFile::unit_dvi, and DviFile::unit_sp.
Referenced by main().