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 7572063
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T15:49:49+00:00 2026-05-30T15:49:49+00:00

I have noticed strange behavior of Graphics.MeasureString at different resolutions. For the default resolution

  • 0

I have noticed strange behavior of Graphics.MeasureString at different resolutions.

For the default resolution (96×96) there is a linear relationship across the different font sizes I tested.

However, if I raise it to 512 x 512, the linear relationship disappears and something really strange happens when using measure string. (See 4 plots below)

If I leave the resolution at the default size for a graphics object, and measure the font size, here is the relationship between font size and the width of a string:

Graphics object, Default Resolution (96):

Font size (X-Axis), WIDTH of a particular string (Y-Axis)
Width96

Font size (X-Axis), HEIGHT of a particular string (Y-Axis)
Height96

However, if I change the resolution

Graphics object, 512 resolution:

Font size (X-Axis), WIDTH of a particular string (Y-Axis)
enter image description here

Font size (X-Axis), HEIGHT of a particular string (Y-Axis)
enter image description here

Anyone know why this might be happening?

Thanks you.

It should noted that I am using .NET 4 (Full Profile)

Code used to generate graphs (Change resolution for each type):

string str = "6  CN-3 Tie EomgVeo405- 2ss>era09rni IBne 20iopv Atdrsn - Ng72";
SizeF sizef = new SizeF(855, 14.000001f);
StringFormat stringFormat = new StringFormat() 
{
    Alignment = StringAlignment.Center,
    LineAlignment = StringAlignment.Near,
    Trimming = StringTrimming.None,
    FormatFlags = StringFormatFlags.NoClip,
};

Bitmap b = new Bitmap(901, 401);
//b.SetResolution(512, 512);
Graphics g = Graphics.FromImage(b);

for (float x = origFont.Size; x >= 0.5; x -= 0.1f)
{
    var data = g.MeasureString(str, new Font("Microsoft Sans Serif", x), sizef, stringFormat);
    Console.WriteLine(x + "\t" + data.Width + "\t" + data.Height);
}
  • 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-05-30T15:49:51+00:00Added an answer on May 30, 2026 at 3:49 pm

    This answer is a guess, but the evidence fits it perfectly.

    What you’re seeing is the string being wrapped onto two lines.

    Let’s assume the following:

    1. The width of the text is linearly proportional to the fontsize
    2. The height of the text is linearly proportional to the fontsize

    This fits the start of your 512-resolution graph, everything increases linearly.

    At some point, the width is sharply reduced by a certain amount, and at the same time the height doubles.

    This means that a word was moved onto line 2, which doubled the height (2 lines vs. 1 before), and the string got a certain amount less wide since the last word on the line is now on the start of line 2.

    From there on, the width slowly increases again as the part of the string still on line 1 linearly gets wider as the font-size increases. At the same time the height increases linearly, but now at double the rate as before the break, since 2 lines now get higher, vs. 1 before.

    At some point, again, the last word on line 1 breaks the maximum width and is moved down on line 2, before the word that was previously alone there, and at that point, the width is again sharply reduced by a certain amount.

    If you were to continue your graph, I predict that the width will continue its current pattern. The exact amount it dips down each time is proportional to the width of the word being moved. At the same time, at some point the 2nd line will need to be broken, in which case you get a 3x height and the height will then increase at 3x the pace, and so on.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I just noticed a strange behavior with overload resolution. Assume that I have the
I have noticed that there are strange requests to my website trying to find
Strange behavior I noticed. I have a hidden (display:'none') HTML on a page. Then
I am using FileWriter and I have noticed strange behavior. I buffer my collection
I have just noticed a strange behavior of ComboBox component. I am using it
I noticed a strange behavior in Knockout's template rendering. I have a simple Knockout
I noticed very strange behavior of my program today. Basically I have JToolBar uder
I noticed a strange behavior regarding keydown event in Chrome. I have this simple
I have noticed strange behavior when using term-mode if I kill word in termmode
I have noticed that cURL in PHP returns different data when told to output

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.