Nov 18, 2001 #1 avivhal Programmer Nov 14, 2001 9 NL I need to open a CFormView window in a certain size depending on the system font definition. How can I know if large fonts or small fonts are defined? Thanks for the answer, Aviv.
I need to open a CFormView window in a certain size depending on the system font definition. How can I know if large fonts or small fonts are defined? Thanks for the answer, Aviv.
Nov 19, 2001 #2 IonelBurtan Programmer May 25, 2001 601 RO Check out the SystemParametersInfo API function.(3include windows.h) See the parameters: SPI_GETFONTSMOOTHING, SPI_GETICONTITLELOGFONT. HTH, s-) Blessed is he who in the name of justice and goodwill, sheperds the weak through the valley of darkness... http://www20.brinkster.com/ionelb Upvote 0 Downvote
Check out the SystemParametersInfo API function.(3include windows.h) See the parameters: SPI_GETFONTSMOOTHING, SPI_GETICONTITLELOGFONT. HTH, s-) Blessed is he who in the name of justice and goodwill, sheperds the weak through the valley of darkness... http://www20.brinkster.com/ionelb