Codechange: Replace color with colour.

This commit is contained in:
Peter Nelson
2025-11-17 22:07:59 +00:00
committed by dP
parent a1bc41d67d
commit 90001dabfa
14 changed files with 39 additions and 39 deletions

View File

@@ -58,7 +58,7 @@ Font::Font(FontSize size, TextColour colour) :
* @note In case no ParagraphLayouter could be constructed, line.layout will be nullptr.
* @param line The cache item to store our layouter in.
* @param str The string to create a layouter for.
* @param state The state of the font and color.
* @param state The state of the font and colour.
* @tparam T The type of layouter we want.
*/
template <typename T>