mrbirddev / fontsensei

https://fontsensei.com
MIT License
37 stars 1 forks source link

Cant visualize fonts #6

Open JSegundo opened 2 weeks ago

JSegundo commented 2 weeks ago

Screenshot from 2024-10-19 15-31-59

mrbirddev commented 2 weeks ago

Ah this is interesting...

This is a desired screenshot. Each line should be a fixed height of 200px

image

Let me think about it

mrbirddev commented 1 week ago

@JSegundo mind sharing your browser information? Eg user agent string?

JSegundo commented 1 week ago

@mrbirddev Sure!

Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36

mind explaining a bit how you use this info to debug? would have liked to fixed myself.

mrbirddev commented 1 week ago

@mrbirddev Sure!

Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36

mind explaining a bit how you use this info to debug? would have liked to fixed myself.

That'd be awesome because the first thing I need to do is trying to find the same PC & Browser which is a bit hard for me.

And the 2nd step is that, I will try to eliminate factors like zooming settings, default font size, minimal font size of the browser (which works fine on mine end)

If none of them works, 3nd step is diving into code. I'm using the react-window library as described here https://github.com/bvaughn/react-window/issues/784 and the height settings code is in that issue as well.