Does anyone know how to get information about Fonts in Javascript?
What I mean is I want to dynamically make tables with some text inside them (namely, some kind of menu system)
I need to know how many pixel wide the whole text is so that the table width isn't too big or too small.
For those familiar with Java, I want something equivalent to what the FontMetrics class does!
What I mean is I want to dynamically make tables with some text inside them (namely, some kind of menu system)
I need to know how many pixel wide the whole text is so that the table width isn't too big or too small.
For those familiar with Java, I want something equivalent to what the FontMetrics class does!