mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-24 01:50:24 +00:00

Examples: formatter() << "<b>" << "Hello" << "</b>" becomes just markup::bold("Hello") formatter() << font::span_color(color) << text << "</span>" becomes formatter() << markup::span_color(color, text) also adds markup.cpp/markup.hpp to XCode and CodeBlocks source files and removes text_formatting.cpp/hpp from projectfiles.