TCPDF allows to set the text color by SetTextColor
method but I wasn't able to find any method to get the current text color. Is this simply not supported or did I missed something?
Use case: I'm writing a reusable helper for TCPDF which needs to modify text color but should reset it after it's done.
Disclaimer: I know that current version of TCPDF is deprecreated but the new version is not ready yet. I know that there are other options to render PDFs (e.g. chrome headless), which are easier to use and more stable for many use cases, but I can't use them cause my use cases require functionality not possible with HTML / CSS.