HPGS - HPGl Script
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

◆ baseline_position

double hpgs_reader_pcl_bitmap_font_st::baseline_position

The baseline position in pt.

◆ characters

hpgs_reader_pcl_bitmap_character* hpgs_reader_pcl_bitmap_font_st::characters[256]

The character images.

◆ height

double hpgs_reader_pcl_bitmap_font_st::height

The height in pt as calculated from the Height and "Height Extended" fields above.

◆ pitch

double hpgs_reader_pcl_bitmap_font_st::pitch

The pitch in pt as calculated from the Pitch and "Pitch Extended" fields above.

◆ x_resolution

int hpgs_reader_pcl_bitmap_font_st::x_resolution

The horizontal resolution in dpi.

◆ y_resolution

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: