1#ifndef art__paperback__internals__graphics_state_hxx_
2#define art__paperback__internals__graphics_state_hxx_
4#include <art/paperback/types.hxx>
6#include <art/paperback/graphics/color.hxx>
7#include <art/paperback/graphics/font.hxx>
26 enum class Text_rendering_mode
39 enum class Line_cap_style
47 enum class Line_join_style
71 double text_leading{};
74 Text_rendering_mode text_rendering_mode{};
77 double line_width{1.0};
78 Line_cap_style line_cap{};
79 Line_join_style line_join{};
80 double miter_limit{10.0};
Represents an RGB color value.
Definition color.hxx:26
Base class for fonts.
Definition font.hxx:31
Color_space
PDF color space enumeration.
Definition color.hxx:12
@ device_grey
Device grey.
Definition color.hxx:15
Internal namespace.
Definition forward.hxx:91
Definition graphics-state.hxx:56
Definition graphics-state.hxx:13