HPGS - HPGl Script
|
A PCL bitmap font. More...
#include <hpgsreader.h>
Data Fields | |
int | font_id |
double | pitch |
double | height |
double | baseline_position |
int | x_resolution |
int | y_resolution |
hpgs_reader_pcl_bitmap_character * | characters [256] |
A PCL bitmap font.
This structure holds a PCL bitmap font as read from a font header.
double hpgs_reader_pcl_bitmap_font_st::baseline_position |
The baseline position in pt.
hpgs_reader_pcl_bitmap_character* hpgs_reader_pcl_bitmap_font_st::characters[256] |
The character images.
double hpgs_reader_pcl_bitmap_font_st::height |
The height in pt as calculated from the Height and "Height Extended" fields above.
double hpgs_reader_pcl_bitmap_font_st::pitch |
The pitch in pt as calculated from the Pitch and "Pitch Extended" fields above.
int hpgs_reader_pcl_bitmap_font_st::x_resolution |
The horizontal resolution in dpi.
int hpgs_reader_pcl_bitmap_font_st::y_resolution |
The vertical resolution in dpi.