.TH "dvireport.cc" 3 "Mon Jan 12 2015" "Version dvi2bitmap1.0" "dvi2bitmap" \" -*- nroff -*-
.ad l
.nh
.SH NAME
dvireport.cc \- 
.SH SYNOPSIS
.br
.PP
\fC#include <config\&.h>\fP
.br
\fC#include <string>\fP
.br
\fC#include <iostream>\fP
.br
\fC#include <bitset>\fP
.br
\fC#include <ctype\&.h>\fP
.br
\fC#include <cstdlib>\fP
.br
\fC#include 'DviFile\&.h'\fP
.br

.SS "Macros"

.in +1c
.ti -1c
.RI "#define \fBCVTXY\fP(unit)"
.br
.in -1c
.SS "Functions"

.in +1c
.ti -1c
.RI "void \fBUsage\fP ()"
.br
.ti -1c
.RI "void \fBshow_position\fP (\fBDviFile\fP *dvi, const char *unitlist)"
.br
.ti -1c
.RI "int \fBmain\fP (int argc, char **argv)"
.br
.in -1c
.SS "Variables"

.in +1c
.ti -1c
.RI "char * \fBprogname\fP"
.br
.in -1c
.SH "Macro Definition Documentation"
.PP 
.SS "#define CVTXY(unit)"
\fBValue:\fP
.PP
.nf
cout << " "                                                            \
         << DviFile::convertFromScaledPoints                            \
            (dvi->currH(DviFile::unit_sp),                              \
             DviFile::unit_##unit)                                      \
         << ","                                                         \
         << DviFile::convertFromScaledPoints                            \
            (dvi->currV(DviFile::unit_sp),                              \
             DviFile::unit_##unit)                                      \
         << #unit
.fi
.PP
Referenced by show_position()\&.
.SH "Function Documentation"
.PP 
.SS "int main (intargc, char **argv)"

.PP
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\&.
.SS "void show_position (\fBDviFile\fP *dvi, const char *unitlist)"

.PP
References DviFile::currH(), DviFile::currV(), CVTXY, DviFile::unit_dvi, and DviFile::unit_sp\&.
.PP
Referenced by main()\&.
.SS "void Usage ()"

.PP
References progname\&.
.PP
Referenced by main()\&.
.SH "Variable Documentation"
.PP 
.SS "char* progname"

.PP
Referenced by main(), and Usage()\&.
.SH "Author"
.PP 
Generated automatically by Doxygen for dvi2bitmap from the source code\&.
