How to get Width and Height of a specified number of characters ,font Size , font type and font style.
ex :
font size = 14
font type = "Times New Roman"
font style = "Regular"
No of Characters = 50
What is the width and height ?
How to get Width and Height of a specified number of characters ,font Size , font type and font style.
ex :
font size = 14
font type = "Times New Roman"
font style = "Regular"
No of Characters = 50
What is the width and height ?
In C++, look at the "GetTextExtent" functions.
For C#, use MeasureString