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

Graphics namespace. More...

Classes

class  Canvas
 Represents the drawable canvas of a page. More...
 
class  Color_RGB
 Represents an RGB color value. More...
 
class  Font
 Base class for fonts. More...
 
class  Standard_font
 Represents a standard PDF font. More...
 
struct  Text_width
 Represents text width computations. More...
 

Enumerations

enum class  Color_space { device_grey , device_rgb }
 PDF color space enumeration. More...
 

Detailed Description

Graphics namespace.

Text, font and graphics related classes.

Enumeration Type Documentation

◆ Color_space

PDF color space enumeration.

Enumerator
device_grey 

Device grey.

device_rgb 

Device RGB.