Hi, Dennis Bjorklund <db@xxxxxxxxxxxx> writes: >> transform routines). Vertical text however has the glyphs all upright >> but is rendered from top to bottom (like chinese). > > Isn't that just normal (centered) text with newlines between each > character? No, that would give you a line height of distance between the baselines, not the vertical offset as defined in the font (if the font is suitable for vertical rendering at all). Of course you can trick it this way and may end up with something that looks close enough. Sven