Text attributes object improvements.

* Add compare method to COLOR4D object.
* Add unit test to validate COLOR4D comparison method.
* Add missing color test in text attribute comparison method.
* Add unit test for text attribute object.
* Remove unnecessary headers from text attribute header.
* Move text attribute code into separate source file.
This commit is contained in:
Wayne Stambaugh
2023-03-29 12:53:45 -04:00
parent 683a327200
commit 28776f5745
24 changed files with 413 additions and 50 deletions
@@ -20,6 +20,7 @@
#include <iostream>
#include <unordered_set>
#include <wx/log.h>
#include <boost/algorithm/string.hpp>