Text size into pixels

  • Thread starter Thread starter Fer
  • Start date Start date
F

Fer

if we have the following string: "this is an example",
anybody knows how can we get programmaticatly the number
of pixels that we need to represent that string?

Thanks in advance.
 
Fer said:
if we have the following string: "this is an example",
anybody knows how can we get programmaticatly the number
of pixels that we need to represent that string?

Thanks in advance.
check out Graphics.MeasureString
 
Back
Top