Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Pixel length of strings

by Your Mother (Archbishop)
on Jul 11, 2009 at 20:37 UTC ( [id://779251]=note: print w/replies, xml ) Need Help??


in reply to Pixel length of strings

You have a few options I think. You can do it as a graphic with Image::Magick, Imager (not sure about this one), or GD; at least a couple of those support some font metrics stuff but I haven't used it (and I'm a former typographer) because it's very low level and not fun. You can use tables and they will line up correctly. You can use CSS which either uses the table style rules, uses overflow rules, or is dynamically written in ex widths and presented in a mono-space font. You could even use LaTeX and present a PDF or a gif/png of a generated PDF. Update: SVG could work too... but I think a text heavy page in it would end up being *huge*. And you'd still be stuck with generating it in a defined/fluid grid.

Of those I'd argue that the font based stuff is probably the last and most difficult option.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://779251]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (4)
As of 2024-04-25 22:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found