I'm trying to refine a function I've written some time ago to calculate the text width taking into account the Hollywood formatting tags, actually they are stripped out because native TextWidth() calculate, for example, character as they were printable characters.
So my plan is to clean up the string from the tags except the bold one, on the cleaned string I want to parse the bold portions of text and calculate the real text width using SetFontStyle() instead of the .
But when I call this function I need to know what is the current Font Style so I can restore it back at the end of my function.
Hmm, doesn't seem possible. I'll add this for the next update. It doesn't seem possible to get the current form style either so I think this also needs to be implemented.
- New: Added several functions to get information about the current style settings: GetFontStyle(),
GetFontColor(), GetFillStyle(), GetFormStyle(), GetLineWidth(), GetLineJoin(), GetLineCap(),
GetFillRule() and GetDash()