matoom / frostbite

MUD client for dragonrealms.
29 stars 17 forks source link

Font size issue on Prepped spell #68

Open cfrisby77 opened 4 years ago

cfrisby77 commented 4 years ago

image

For some reason the font size is quite a bit larger for the prepped spell.

cfrisby77 commented 4 years ago

Reboot seems to have resolved issue.

image

matoom commented 4 years ago

Is this behavior recurring or in any way reproducible? I tried a couple of different spells that i had available but wasn't able to recreate anything like that. All sizes should be fixed and while it's technically possible to manipulate visuals styles through server side input it has to be a pretty deliberate attempt to do so.

Like this: <spell exist='spell'>Iron Constitution</spell> <spell exist='spell'><![CDATA[<span style="font-size: 20px">Iron Constitution</span>]]></spell>

Or something is broken by protocol/text manipulation like bad substitutions, highlights or lich code, which would be pretty difficult to pinpoint.

cfrisby77 commented 4 years ago

I am almost certain it was produced do to a resolution issue when removing and reattaching my laptop from the docking station. My external monitor is 1920 x 1080 and my laptop monitor has a much higher resolution. I have seen similar issues before with Stormfront and SGE

matoom commented 4 years ago

I had a second look and it seems there were a few inconsistencies between different toolbar styles. Spell label was actually using a different font. It was long time coming but i changed up some settings and all toolbar styles should now be roughly the same. Hopefully that helps.

It was such a small change i didn't want to make a new release so i reuploaded under the latest version:

https://github.com/matoom/frostbite/releases/tag/v1.9.7-beta