Is it possible to retrieve the font settings using Ruby?
-
Is there an option, attribute or method to retrieve the font settings
(font-family, font-size, color) of the active model or a Text object ?I need it to for an SVG export of my drawing.
-
Look at the Rendering_Options class. It's a big nested hash. Lots of info there.
-
Todd,
There is a lot about colors in the hash but, alas, nothing about font attributes.
Advertisement