Skip to content

plotpp::Text

Public Functions

Name
Text() =default
Text(std::string str)
Text(const char * str)
Text(const Text & ) =default
Text(Text && ) =default
Text & operator=(const Text & ) =default
Text & operator=(Text && ) =default
Text & operator=(const std::string str)
bool empty() const
operator std::string() const

Public Attributes

Name
std::string str
unsigned int height
bool bold
bool italic

Public Functions Documentation

function Text

Text() =default

function Text

Text(
    std::string str
)

function Text

Text(
    const char * str
)

function Text

Text(
    const Text & 
) =default

function Text

Text(
    Text && 
) =default

function operator=

Text & operator=(
    const Text & 
) =default

function operator=

Text & operator=(
    Text && 
) =default

function operator=

Text & operator=(
    const std::string str
)

function empty

bool empty() const

function operator std::string

operator std::string() const

Public Attributes Documentation

variable str

std::string str = "";

variable height

unsigned int height = 18;

variable bold

bool bold = false;

variable italic

bool italic = false;

Updated on 2025-03-02 at 14:13:17 +0100