|
libart-paperback 0.1.0-a.1.20260122225059.e5fea306241a
PDF (1.4) library for C++
|
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. | |
Represents font data for one of the 14 standard PDF fonts.
| vector<Base14_character_data> const& Art::Paperback::Internals::Base14_font_data::cdata |
Font character data.
| int16_t Art::Paperback::Internals::Base14_font_data::ascent |
Font ascent.
| int16_t Art::Paperback::Internals::Base14_font_data::descent |
Font descent.
| uint16_t Art::Paperback::Internals::Base14_font_data::x_height |
Font X-height.
| uint16_t Art::Paperback::Internals::Base14_font_data::cap_height |
Font Cap-height.
| Rectangle Art::Paperback::Internals::Base14_font_data::bbox |
Font bounding box.