Windows CE & Pocket PC

Moderators: None (Apply to moderate this forum)
Number of threads: 317
Number of posts: 418

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
Font height is not changing Posted by shekharheaven on 28 Sept 2009 at 11:17 PM
Hi,
I want to change the height of the font,but i am unable to do that.I am able to change the width,italic,boldness etc but not height.
here is my code snippet

LOGFONT font;


hdc = BeginPaint(hWnd, &ps);
font.lfHeight=-28;
lstrcpy(font.lfFaceName,L"Verdana");
newFont=CreateFontIndirect(&font);
oldFont=(HFONT)SelectObject(hdc,newFont);
ExtTextOut(hdc,150,150,0,NULL,L"good morning",12,NULL);
EndPaint(hWnd, &ps);



 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.