dvi2bitmap
dvi2bitmap1.0
|
#include <config.h>
#include <iostream>
#include <fstream>
#include <sys/stat.h>
#include <vector>
#include <string>
#include <cstring>
#include <cmath>
#include <cstdlib>
#include <DviError.h>
#include <FileByteStream.h>
#include <PipeStream.h>
#include <PkFont.h>
#include <Util.h>
#include <stringstream.h>
#include <KarlPathSearcher.h>
Macros | |
#define | DEFAULT_MFMODE "ibmvga" |
#define | DEFAULT_RESOLUTION 110 |
Functions | |
string_list | break_path (string path) |
Utility function: break path at colons, and return list. More... | |
#define DEFAULT_MFMODE "ibmvga" |
Referenced by main().
#define DEFAULT_RESOLUTION 110 |
Referenced by main().
string_list break_path | ( | string | path) |
Utility function: break path at colons, and return list.
path | a colon-separated string |
References SRCHPATH_SEP.