Pascal

Moderators: None (Apply to moderate this forum)
Number of threads: 4095
Number of posts: 14004

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

Report
words size and fonts Posted by jamie_hug on 8 Jan 2005 at 6:23 PM
How to set the words size and fonts in Turbo Pascal?
I was just hoping to make the words a bit bigger
also, i am using TextColor(white+blink) and the words simply won't blink.. how do i fix it?
Report
Re: words size and fonts Posted by zibadian on 9 Jan 2005 at 2:29 AM
: How to set the words size and fonts in Turbo Pascal?
: I was just hoping to make the words a bit bigger
: also, i am using TextColor(white+blink) and the words simply won't blink.. how do i fix it?
:
Changing font size is only possible in graphics mode, because the font in text mode is dictated by DOS. The blink function might not work in a console window, or might not be supported by all video cards. You can blink text by using GotoXY() and Delay() to rewrite the text in another color every so often.



 

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.