×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

Text Font Sizes

Text Font Sizes

Text Font Sizes

(OP)
Is is possible to scale text based objects (e.g. labels) as a form is resized. You know how with MS-Word you can select a "zoom ratio" which retains the same nominal text size, but makes the text larger/smaller depending on the ratio selected.
I know that I can adjust the font size depending upon the size of the form, but only within the confines of the font sizes available. Also this needs some code to choose the right font.
Any ideas ??

RE: Text Font Sizes

(OP)
Coincidentally, I've found the answer to my own question, is case it's of interest to anyone else.

The solution appears to be the use of a Windows API function CreateFontIndirect from the gdi32.dll library (its definition can be found in the API viewer). This appears to allow fonts of virtually any size and orientation to be drawn, based upon an existing truetype font.

At the moment I haven't found how to use this with labels, textboxes etc. because the function requires a "device context" (hDC) property for the destination object. I can use it for drawing within forms and pictureboxes though.

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources