Jump to content

Block of text with different sizes?


jscwriter

Recommended Posts

Not that I know of. You will have to use the manual way, each row on it's own layer.   ;)

Yes, I also do this sort of thing manually.

For more intricate works, there are word clouds apps online one could use…

Link to comment
Share on other sites

How are you with HTML & CSS? You could do the text in one go with this http://forums.getpaint.net/index.php?/topic/31446-dr-scotts-markup-renderer/

Link to comment
Share on other sites

<!DOCTYPE html>
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" />
<html>
  <head>
  <meta http-equiv="content-type" content="text/html; charset=windows-1250">
  <meta name="generator" content="PSPad editor, www.pspad.com">
  <title>Headings Demo</title>
    <link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<style>
h1, h2, h3, h4,h5,h6 {   font-family: 'Open Sans', sans-serif; }
h1  { font-size: 7.25em; letter-spacing: -4px;}
h2  {   font-size: 3.85em;}
h3 {  font-size: 3.5em; }
h4  {   font-size: 2.25em;letter-spacing: -1px;}
body { line-height: 0; color: #fff; background: #124; text-align: center;}
</style>
</head>
    <body>
        <h2 style="letter-spacing: -2px;">HOW DO I</h2>
        <h4>DO SOMETHING</h4>
        <h2>LIKE THIS</h2>
        <h1>WITH</h1>
        <h3 style="letter-spacing: 1px;">paint.net?</h3>
<p>&nbsp</p>
<p>&nbsp</p>
<p>&nbsp</p>
<p>&nbsp</p>
    </body>
</html>

Result

 

yhsjjie_136.png

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