Jump to content

Feature request: Letter spacing


Recommended Posts

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 by valttuxd
Link to comment
Share on other sites

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>

:)

  • Upvote 1
Link to comment
Share on other sites

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

 

ou7XIaK.png

Am I doing some horrible rookie mistake?

Link to comment
Share on other sites

MarkupRenderer copies (or attempts to copy) the contents of the lower pane to the active layer. It is somewhat flaky :D

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.

Link to comment
Share on other sites

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>
  • Upvote 1

(September 25th, 2023)  Sorry about any broken images in my posts. I am aware of the issue.

bp-sig.png
My Gallery  |  My Plugin Pack

Layman's Guide to CodeLab

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...