adonthell-commits
[Top][All Lists]
Advanced

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

[Adonthell-commits] CVS: adonthell/src/gui label.cc,1.1.2.5,1.1.2.6


From: VENNIN Joel <address@hidden>
Subject: [Adonthell-commits] CVS: adonthell/src/gui label.cc,1.1.2.5,1.1.2.6
Date: Mon, 21 Apr 2003 15:48:09 -0400

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

Modified Files:
      Tag: Branch_road_to_0-4
        label.cc 
Log Message:
nothing good ...



Index: label.cc
===================================================================
RCS file: /cvsroot/adonthell/adonthell/src/gui/Attic/label.cc,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -C2 -r1.1.2.5 -r1.1.2.6
*** label.cc    4 Apr 2003 19:16:23 -0000       1.1.2.5
--- label.cc    21 Apr 2003 19:48:07 -0000      1.1.2.6
***************
*** 509,513 ****
        glyph = &((*my_font_) [my_text_[j]]);
        std::cout <<"First Line " <<  tx << " " << (s_int16)  (ty + 
glyph->my_yoffset) << " " << length() << " " << height () << std::endl;
!       glyph->my_glyph->draw ((s_int16) (tx + glyph->my_minx + 1) , (s_int16) 
(ty + glyph->my_yoffset),NULL, this);
        std::cout << "NeXt\n";
        tx += glyph->my_advance; 
--- 509,516 ----
        glyph = &((*my_font_) [my_text_[j]]);
        std::cout <<"First Line " <<  tx << " " << (s_int16)  (ty + 
glyph->my_yoffset) << " " << length() << " " << height () << std::endl;
!       
!       std::cout << "Image size: " << this->length () << " " << this->height 
() << std::endl;
!       std::cout << "Draw to x, y :" << (s_int16) (tx + glyph->my_minx + 10) 
<< "  " << (s_int16) (ty + glyph->my_yoffset) << std::endl;
!       glyph->my_glyph->draw ((s_int16) (tx + glyph->my_minx + 10) , (s_int16) 
(ty + glyph->my_yoffset),NULL, this);
        std::cout << "NeXt\n";
        tx += glyph->my_advance; 





reply via email to

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