Quote:
Originally Posted by JSWolf
I don't need it to be consistent. I just need it to drop both the image and the caption yto the next screen if the both don't fit in the space left on the screen. I'm hoping to find a way that's not having to use SVG to draw the caption. I want the caption to be in whatever the body font is.
|
You can use SVG and still to have the caption in whatever the body font is; watch this post:
https://www.mobileread.com/forums/sho...92&postcount=4
The caption will be in the main font (also you could use a custom font if you embed it). In that post I don't set a font-size but is possible to do it.
Regards