adonthell-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Adonthell-commits] CVS: adonthell/src Makefile.am,1.80.2.41,1.80.2.42 j


From: Alexandre Courbot <address@hidden>
Subject: [Adonthell-commits] CVS: adonthell/src Makefile.am,1.80.2.41,1.80.2.42 joltest.cc,1.1.2.15,1.1.2.16
Date: Tue, 11 Mar 2003 08:36:00 -0500

Update of /cvsroot/adonthell/adonthell/src
In directory subversions:/tmp/cvs-serv17859/src

Modified Files:
      Tag: Branch_road_to_0-4
        Makefile.am joltest.cc 
Log Message:
Small update to help finding the last bugs in ttf handling


Index: Makefile.am
===================================================================
RCS file: /cvsroot/adonthell/adonthell/src/Makefile.am,v
retrieving revision 1.80.2.41
retrieving revision 1.80.2.42
diff -C2 -r1.80.2.41 -r1.80.2.42
*** Makefile.am 5 Mar 2003 01:09:26 -0000       1.80.2.41
--- Makefile.am 11 Mar 2003 13:35:58 -0000      1.80.2.42
***************
*** 1,5 ****
  ## Process this file with automake to produce Makefile.in
  
! MODULES_SUBDIRS = gfx input audio python lmap
  
  if BUILD_TOOLS
--- 1,5 ----
  ## Process this file with automake to produce Makefile.in
  
! MODULES_SUBDIRS = gfx input audio python lmap gui
  
  if BUILD_TOOLS

Index: joltest.cc
===================================================================
RCS file: /cvsroot/adonthell/adonthell/src/Attic/joltest.cc,v
retrieving revision 1.1.2.15
retrieving revision 1.1.2.16
diff -C2 -r1.1.2.15 -r1.1.2.16
*** joltest.cc  5 Mar 2003 10:33:43 -0000       1.1.2.15
--- joltest.cc  11 Mar 2003 13:35:58 -0000      1.1.2.16
***************
*** 32,40 ****
        exit (1);
      }
!   font.set_size (16);
    font.set_color (255, 255, 255);
    font.build ();
    font.info ();
    
    // define the label !
    label_input l;
--- 32,56 ----
        exit (1);
      }
!   font.set_size (32);
    font.set_color (255, 255, 255);
    font.build ();
    font.info ();
+ 
+ //   gui::glyph_info & gl = font[L'f'];
+ 
+ //   gfx::image myimage(500, 100);
+ //   myimage.fillrect(0, 0, 500, 100, 0x0000FF);
+ 
+ //   myimage.set_mask(true);
+ 
+ //   gl.my_glyph->draw(0, 0, NULL, &myimage);
+ //   gl.my_glyph->draw(gl.my_advance + gl.my_minx, 0, NULL, &myimage);
    
+ //   myimage.draw(0, 0);
+ 
+ //   gfx::screen::show();
+ 
+ //   getchar();
+ 
    // define the label !
    label_input l;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]