libart-paperback 0.1.0-a.1.20260122225059.e5fea306241a
PDF (1.4) library for C++
Art::Paperback::Internals::Base14_font_data Struct Reference

Represents font data for one of the 14 standard PDF fonts. More...

#include <art/paperback/internals/base14-fontdata.hxx>

Public Attributes

vector< Base14_character_data > const & cdata
 Font character data.
 
bool is_font_specific
 
int16_t ascent
 Font ascent.
 
int16_t descent
 Font descent.
 
uint16_t x_height
 Font X-height.
 
uint16_t cap_height
 Font Cap-height.
 
Rectangle bbox
 Font bounding box.
 

Detailed Description

Represents font data for one of the 14 standard PDF fonts.

Member Data Documentation

◆ cdata

vector<Base14_character_data> const& Art::Paperback::Internals::Base14_font_data::cdata

Font character data.

◆ ascent

int16_t Art::Paperback::Internals::Base14_font_data::ascent

Font ascent.

◆ descent

int16_t Art::Paperback::Internals::Base14_font_data::descent

Font descent.

◆ x_height

uint16_t Art::Paperback::Internals::Base14_font_data::x_height

Font X-height.

◆ cap_height

uint16_t Art::Paperback::Internals::Base14_font_data::cap_height

Font Cap-height.

◆ bbox

Rectangle Art::Paperback::Internals::Base14_font_data::bbox

Font bounding box.