ttx 0.1.0
Loading...
Searching...
No Matches
graphics_rendition.h File Reference
#include "di/container/string/prelude.h"
#include "di/reflect/prelude.h"
#include "di/types/integers.h"
#include "di/vocab/optional/prelude.h"
#include "di/vocab/span/prelude.h"
#include "ttx/params.h"

Go to the source code of this file.

Classes

struct  ttx::Color
 
struct  ttx::GraphicsRendition
 

Namespaces

namespace  ttx
 

Enumerations

enum class  ttx::BlinkMode : u8 { ttx::None , ttx::Normal , ttx::Rapid }
 
enum class  ttx::FontWeight : u8 { ttx::None , ttx::Bold , ttx::Dim }
 
enum class  ttx::UnderlineMode : u8 {
  ttx::None = 0 , ttx::Normal = 1 , ttx::Double = 2 , ttx::Curly = 3 ,
  ttx::Dotted = 4 , ttx::Dashed = 5
}
 

Functions

constexpr auto ttx::tag_invoke (di::Tag< di::reflect >, di::InPlaceType< Color::Palette >)
 
constexpr auto ttx::tag_invoke (di::Tag< di::reflect >, di::InPlaceType< BlinkMode >)
 
constexpr auto ttx::tag_invoke (di::Tag< di::reflect >, di::InPlaceType< FontWeight >)
 
constexpr auto ttx::tag_invoke (di::Tag< di::reflect >, di::InPlaceType< UnderlineMode >)