valttuxd Posted June 22, 2015 Share Posted June 22, 2015 (edited) Hi! So I'm working on a Wes Anderson fansite (schlosslutz.com if you're interested) and what he often does, is use Futura Bold, at a really big space in-between the letters. It would be absolutely amazing if there was just easy to use numbers in the text editing tool for letter and line spaces. Thanks for your great program! Edited June 22, 2015 by valttuxd Quote Link to comment Share on other sites More sharing options...
BoltBait Posted June 22, 2015 Share Posted June 22, 2015 Try some of dpy's text plugins: http://forums.getpaint.net/index.php?/topic/16643-dpys-plugin-pack-2014-05-04/ If none of them will do what you want, he may be able to modify one of his plugins to add that function. Quote Click to play: Download: BoltBait's Plugin Pack | CodeLab | and how about a Computer Dominos Game Link to comment Share on other sites More sharing options...
toe_head2001 Posted June 22, 2015 Share Posted June 22, 2015 DirectWrite added support for Character Spacing in Windows 8. However, don't expect to see it in paint.net until its Windows 7 support is ended, as Rick eluded to here. Quote My Gallery | My Plugin Pack Layman's Guide to CodeLab Link to comment Share on other sites More sharing options...
Ego Eram Reputo Posted June 23, 2015 Share Posted June 23, 2015 1. Grab a copy of my MarkupRenderer plugin. 2. Install it in the usual way. Restart paint.net 3. Open the plugin and paste this code into the code window <!DOCTYPE html> <html> <head> <style> h1 { font-family: "Futura Bold", "Times New Roman", Georgia, Serif; letter-spacing: 16px; } </style> </head> <body> <h1>This is heading 1</h1> </body> </html> 1 Quote ebook: Mastering Paint.NET | resources: Plugin Index | Stereogram Tut | proud supporter of Codelab plugins: EER's Plugin Pack | Planetoid | StickMan | WhichSymbol+ | Dr Scott's Markup Renderer | CSV Filetype | dwarf horde plugins: Plugin Browser | ShapeMaker Link to comment Share on other sites More sharing options...
valttuxd Posted June 23, 2015 Author Share Posted June 23, 2015 1. Grab a copy of my MarkupRenderer plugin. 2. Install it in the usual way. Restart paint.net 3. Open the plugin and paste this code into the code window <!DOCTYPE html> <html> <head> <style> h1 { font-family: "Futura Bold", "Times New Roman", Georgia, Serif; letter-spacing: 16px; } </style> </head> <body> <h1>This is heading 1</h1> </body> </html> This looks absolutely perfect, but whenever I press ok it does this Am I doing some horrible rookie mistake? Quote Link to comment Share on other sites More sharing options...
Ego Eram Reputo Posted June 23, 2015 Share Posted June 23, 2015 MarkupRenderer copies (or attempts to copy) the contents of the lower pane to the active layer. It is somewhat flaky Try using the Copy button to create a copy in the clipboard before hitting Ok. If it fails to render correctly you can hit Ctrl + V to paste from the clipboard. Quote ebook: Mastering Paint.NET | resources: Plugin Index | Stereogram Tut | proud supporter of Codelab plugins: EER's Plugin Pack | Planetoid | StickMan | WhichSymbol+ | Dr Scott's Markup Renderer | CSV Filetype | dwarf horde plugins: Plugin Browser | ShapeMaker Link to comment Share on other sites More sharing options...
toe_head2001 Posted June 23, 2015 Share Posted June 23, 2015 This looks absolutely perfect, but whenever I press ok it does this Am I doing some horrible rookie mistake? Put a <br> directly under the <h1>...</h1> <h1>This is heading 1</h1> <br> 1 Quote My Gallery | My Plugin Pack Layman's Guide to CodeLab Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.