echoWanderer / altV-Chat

Do you want a chat resource for you server, but official one just doesn't make your wishes come true? Ta-da-da-dam, I present you - Custom alt:V Chat Resource!
MIT License
13 stars 8 forks source link

Make chat DPI aware #5

Open alextwothousand opened 2 years ago

alextwothousand commented 2 years ago

The chat just becomes much too small on a 4K display, so DPI awareness would be much appreciated!

Whoeza commented 1 month ago

There seems to be a native for alt:V that returns the screen resolution, according to Stuyk's GitHub Pages website:

https://stuyk.github.io/altv-js-docs/client/getScreenResolution.html

image

So, this could be easy to implement, as a scale factor of the font size, proportional to the return value of this native.

@echoWanderer I'd like to help you, if anything with this little research. :)