Can you please explain how we deal with the quran tajweed (with the colors) ?
I know there is a tool for it that converts it to <tajweed> tags (with css classes) and applies a certain css to it.
That could all work if you would have a website (html).
But what if I wanted to use this in a mobile application? Like in my case .NET MAUI (C#).
Every ayah is a label which has a font (in my case Kitab) and a text color can be set. But that would count for the whole ayah and not for one character only.
Or do we have to use the images instead? (don't hope so, because that would mean a lot of data)
I know i'm missing something here, but I don't see it yet :-)
Do you have any ideas? Would be very thankful
Thanks in advance!