pdfmm 0.9.20
Friends | List of all members
text_style Class Reference

#include <color.h>

Friends

FMT_CONSTEXPR_DECL text_style fg (detail::color_type foreground) FMT_NOEXCEPT
 
FMT_CONSTEXPR_DECL text_style bg (detail::color_type background) FMT_NOEXCEPT
 

Detailed Description

A text style consisting of foreground and background colors and emphasis.

Friends And Related Function Documentation

◆ bg

FMT_CONSTEXPR_DECL text_style bg ( detail::color_type  background)
friend

Creates a text style from the background color.

◆ fg

FMT_CONSTEXPR_DECL text_style fg ( detail::color_type  foreground)
friend

Creates a text style from the foreground (text) color.