HPGS - HPGl Script
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Data Fields
hpgs_reader_pcl_bitmap_font_st Struct Reference

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_charactercharacters [256]

Detailed Description

A PCL bitmap font.

This structure holds a PCL bitmap font as read from a font header.

Field Documentation

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.

Referenced by hpgs_reader_do_PCL().

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.


The documentation for this struct was generated from the following file: