Codechange: Replace color with colour.

This commit is contained in:
Peter Nelson
2025-11-17 22:07:59 +00:00
committed by Peter Nelson
parent 73660bfaf2
commit c3451b5d97
14 changed files with 39 additions and 39 deletions
+1 -1
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>