talkatu/talkatu

Move TalkatuTagTable to be a utility function rather than a subclass as GtkTextTagTable is final in GTK4

Testing Done:
Compiled and verified no warnings/errors existed for the file.

Reviewed at https://reviews.imfreedom.org/r/1236/
# Building
Talkatu uses [meson](https://mesonbuild.com) as it's build system.
Meson requires you to build in a directory other than the source directory.
To compile you can use the following commands:
```
meson build
cd build
ninja install
```