wxMaxima
|
This file implements the text style system. More...
#include "TextStyle.h"
#include <array>
#include <list>
#include <memory>
#include <iostream>
#include <vector>
#include <wx/fontenum.h>
#include <wx/log.h>
#include <wx/translation.h>
Typedefs | |
using | did_change = Style::did_change |
Functions | |
std::ostream & | operator<< (std::ostream &out, const TextStyle textstyle) |
Allow Standard c++ streams to print out our enum values as text. | |
This file implements the text style system.