Talk About Network



Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Clipper > Re: Big fonts ?
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 2 of 8 Topic 3881 of 3904
Post > Topic >>

Re: Big fonts ?

by "Marek Horodyski" <m.horodyski@[EMAIL PROTECTED] > Apr 9, 2008 at 09:22 AM

Uzytkownik "otto" <ohaldi@[EMAIL PROTECTED]
> napisal w wiadomosci 
news:7viov39bj1oafv709f0ho42kteu8o15r9a@[EMAIL PROTECTED]
> Hello to all,
>
> It is possible with clipper (DOS characters)  to display a word with big

> font ?
> Double height/wide  or something like that.
>
> Many thanks in advance for any help.
>
General no. But you can easy prepare it for special aplication :


   Local count, ts, te, il, id, et, i
   Local znaki := Array( 4), string := Array( 4)

   znaki[ 1] := "???  ?  ??? ??? ? ? ??? ?   ??? ??? ???         "
   znaki[ 2] := "? ?  ?    ?   ? ? ? ?   ?     ? ? ? ? ?  ?  ????"
   znaki[ 3] := "? ?  ?  ???  ?? ??? ??? ???   ? ??? ???     ????"
   znaki[ 4] := "???  ?  ??? ???   ? ??? ???   ? ???   ?  ?      "

   te := DtoS( dzien) + godzina
   il := Year( date()) - Year( dzien)
   While InKey( 1) != 27 .AND. ( ts := DtoS( date()) + Time()) <= te
      Afill( string, '')
      id := dzien - Date() + If( time() <= godzina, 0, -1)
      et := NtoS( il )+ Chr( 59) + NtoS( id ) + Chr( 59) + ElapTime(
time(), 
godzina)
      For count := 1 To Len( et)
          i := ( ( Asc( SubStr( et, count, 1)) - 48) * 4) + 1
          string[ 1] := string[ 1] + SubStr( Znaki[ 1], i, 4)
          string[ 2] := string[ 2] + SubStr( Znaki[ 2], i, 4)
          string[ 3] := string[ 3] + SubStr( Znaki[ 3], i, 4)
          string[ 4] := string[ 4] + SubStr( Znaki[ 4], i, 4)
      Next
      @[EMAIL PROTECTED]
 12, 5 say String[ 1]
      @[EMAIL PROTECTED]
 13, 5 say String[ 2]
      @[EMAIL PROTECTED]
 14, 5 say String[ 3]
      @[EMAIL PROTECTED]
 15, 5 say String[ 4]
   End

Regards,
Marek Horodyski




 8 Posts in Topic:
Big fonts ?
otto <ohaldi@[EMAIL PR  2008-04-09 06:58:31 
Re: Big fonts ?
"Marek Horodyski&quo  2008-04-09 09:22:34 
Re: Big fonts ?
"Marek Horodyski&quo  2008-04-09 11:20:18 
Re: Big fonts ?
otto <ohaldi@[EMAIL PR  2008-04-09 12:44:48 
Re: Big fonts ?
sebas22 <nospam@[EMAIL  2008-04-09 14:23:32 
Re: Big fonts ?
tata01 <tata01.makni@[  2008-04-10 02:33:30 
Re: Big fonts ?
"test" <info  2008-04-11 20:43:34 
Re: Big fonts ?
"test" <info  2008-04-12 19:55:14 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sat May 17 5:18:21 CDT 2008.