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

Stroke and fill for the text command #51

Closed
andymeneely opened this issue Mar 28, 2015 · 1 comment
Closed

Stroke and fill for the text command #51

andymeneely opened this issue Mar 28, 2015 · 1 comment
Assignees
Milestone

Comments

@andymeneely
Copy link
Owner

Be able to set stroke and fill for text. Pretty self explanatory.

This page shows how to do it: http://x11.gp2x.de/personal/google/

@andymeneely
Copy link
Owner Author

andymeneely added a commit that referenced this issue Apr 29, 2015
Fill color is still the same with 'color' (i.e. can be overridden by markup still), but now there's a stroke_width and a stroke_color option that, when stroke_width > 0, will draw an outline below the text. Since this isn't a Pango feature, we can't do markup for outlines. (Maybe make that a feature request to Pango if you want it.)

Implements #51
@andymeneely andymeneely added this to the v0.6.0 milestone Apr 29, 2015
andymeneely added a commit that referenced this issue Apr 29, 2015
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

1 participant