-1

How can i change the font size in my header in PropertySheet? I'm NOT using MFC by the way. I've googled around and haven't found answers. Any help is appreciated.

win
  • 3
  • 2

1 Answers1

1

If you are using embarcardero, just go to properties, click on Font and click on the ellipse that will appear on the side, then the font-setting will show. Likewise with borland.

Otherwise, you can just code it. Here's the code for embarcardero, nameOfcomponent->Font->Style << fsBold. This is to make your font bold for instance.

Emil
  • 7,220
  • 17
  • 76
  • 135
Jabulani
  • 76
  • 3