Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide more control over inter-content padding #42

Open
0ion9 opened this issue Mar 19, 2015 · 0 comments
Open

Provide more control over inter-content padding #42

0ion9 opened this issue Mar 19, 2015 · 0 comments

Comments

@0ion9
Copy link
Collaborator

0ion9 commented Mar 19, 2015

It would be nice to have a simple escape code, let's say %+number%, that just advances the x offset by a number of pixels. This would allow finer control, especially of spacing between image elements.

Fine control is currently possible, but only through grossly inefficient and inflexible means -- embedding PNGs containing Nxheight pixels of blank space.

EDIT: rather than a straight number of pixels, it might be more appropriate to express this as a percentage of settings.height. So, if your settings.height = 32, then
%+25% would advance 8 px; but if your settings.height=16, then %+25% would advance 4 px.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants