Terminal Graphics
Single-file, header-only C++20 functionality for producing graphics on the terminal using the sixel protocol
|
This is the complete list of members for TG::Font, including all inherited members.
Font(int width, int height, const std::span< const unsigned char > &data) | TG::Font | inline |
get(int offset, int x, int y) const | TG::Font | inline |
get_font(int size=16) | TG::Font | inlinestatic |
height() const | TG::Font | inline |
render(Image< ValueType > &canvas, char c, int x, int y, int colour_index) const | TG::Font | inline |
width() const | TG::Font | inline |