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

Represents text width computations. More...

#include <art/paperback/graphics/font.hxx>

Public Attributes

uint32_t character_count {}
 Character count.
 
uint32_t space_count {}
 Space count.
 
double width {}
 Text width.
 

Detailed Description

Represents text width computations.

Member Data Documentation

◆ character_count

uint32_t Art::Paperback::Graphics::Text_width::character_count {}

Character count.

◆ space_count

uint32_t Art::Paperback::Graphics::Text_width::space_count {}

Space count.

◆ width

double Art::Paperback::Graphics::Text_width::width {}

Text width.