This allows for setting uniform fonts on all controls, by only assigning the font once to the parent control. Else each control needs to have its own set.
cppkore uses string/wstring as StringBase while we use std::string/std::wstring as string/wstring. Changed all types in cppkore to String/WString instead.