Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8986679
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T21:36:27+00:00 2026-06-15T21:36:27+00:00

I am Appending Text on images . How to specify the Line spacing between

  • 0

I am Appending Text on images. How to specify the Line spacing between two lines while appending on the text on the image?

EDIT:- I want to Control Line Height of the text.

final BufferedImage image = ImageIO.read(new File(Background));
Graphics g = image.getGraphics();
java.awt.Font a=new java.awt.Font("AndaleWTJ", java.awt.Font.PLAIN, 26);
g.setFont(a);
g.setColor(Color.RED);
FontMetrics fm = g.getFontMetrics();
drawString(g,Title,15, 84,402,199,171,1);
g.dispose();

public static void drawString(Graphics g, String s, int x, int y, int width,int red_val,int green_val, int blue_val)
{     FontMetrics fm = g.getFontMetrics();
      java.awt.Color c= new java.awt.Color(red_val, green_val, blue_val);
      g.setColor(c);
      int lineHeight = fm.getHeight();
      int curX = x;
      int curY = y;
  String[] words = s.split(" ");
        for (String word : words)
        {
                // Find out thw width of the word.
                int wordWidth = fm.stringWidth(word + " ");

                // If text exceeds the width, then move to next line.
                if (curX + wordWidth >= x + width)
                {
                        curY += lineHeight;
                        curX = x;
                }
                g.drawString(word, curX, curY);
                // Move over to the right for next word.
                curX += wordWidth;
        }
}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T21:36:29+00:00Added an answer on June 15, 2026 at 9:36 pm

    Now I am Passing value for lineHeight instead of int lineHeight = fm.getHeight();

     public static void drawString(Graphics g, String s, int x, int y, int width,int red_val,int green_val, int blue_val, int lineHeight )
        {     FontMetrics fm = g.getFontMetrics();
              java.awt.Color c= new java.awt.Color(red_val, green_val, blue_val);
              g.setColor(c);
              int curX = x;
              int curY = y;
          String[] words = s.split(" ");
                for (String word : words)
                {
                        // Find out thw width of the word.
                        int wordWidth = fm.stringWidth(word + " ");
    
                        // If text exceeds the width, then move to next line.
                        if (curX + wordWidth >= x + width)
                        {
                                curY += lineHeight;
                                curX = x;
                        }
                        g.drawString(word, curX, curY);
                        // Move over to the right for next word.
                        curX += wordWidth;
                }
        }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Edit: since I was appending via text the file was not being saved properly,
I've got two tables that look like this: alt text http://www.brettrobichaud.com/images/linq.png I'm trying to
http://jsfiddle.net/9aaNh/ Please check this Fiddle. I am having problem with spacing in between text
The jQuery attached is very close to working. It is returning (or appending) text
I am having some luck when i try appending some text to an existing
I want to lay out a grid by appending divs to body and letting
How does images.google.com render its frames?? I have two servers, that have external web
I want to get images from a flickr rss but this code won't get
jsFiddle I'm trying to output images and text horizontally. The text elements use the
I have made a horizontal menu that contains images and text. However, I used

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.