Page 1 of 1

Question about Font Style

Posted: Sat Apr 22, 2017 8:01 pm
by Allanon
Hello guys,

is there a way to get the current font style?

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.

:)

Re: Question about Font Style

Posted: Mon Apr 24, 2017 4:32 pm
by airsoftsoftwair
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.

Re: Question about Font Style

Posted: Tue Apr 25, 2017 8:19 am
by Allanon
Thank you Andreas, I will wait for it :)

Re: Question about Font Style

Posted: Sat Aug 12, 2017 2:14 pm
by airsoftsoftwair

Code: Select all

- New: Added several functions to get information about the current style settings: GetFontStyle(),
  GetFontColor(), GetFillStyle(), GetFormStyle(), GetLineWidth(), GetLineJoin(), GetLineCap(),
  GetFillRule() and GetDash()

Re: Question about Font Style

Posted: Sun Aug 13, 2017 4:37 pm
by Allanon
Great!
Thank you!
:D