Code Search for Developers
 
 
  

ZZBBulge2.h from gzz at Krugle


Show ZZBBulge2.h syntax highlighted

/*
 *
 *
 */


class ZZBBulge2 {
  
  // temporarily  
 public:
  int center;   
  
  int above;     // how many big lines above
  
  int below;     // how many big lines below
  
  int ascent;    // how many lines we have to ascent 
  
  int descent;   // how many lines we have to descent
  
  int big;       // size of the big lines
  
  int small;     // size of the small ones
 
  
  ZZBBulge2( int c=0, int bi=10, int a=0, int b=0, int asc=2, int dsc=2 ) { 
    center = c;  
    above = a;
    below = b;
    
    ascent  = asc;
    descent = dsc;
    
    big = bi;
    
    small = 2;
  }
  
  
};




See more files for this project here

gzz

An implementation of Ted Nelson's ZZstructure. ZZstructure is a new type of programming platform for structured data.

Project homepage: http://savannah.nongnu.org/projects/gzz
Programming language(s): C++,Java,Python
License: lgpl21

  BillowSizes.h
  Lines.h
  Makefile
  ZZBBulge.cc
  ZZBBulge.h
  ZZBBulge2.h
  ZZBLine.cc
  ZZBLine.h
  ZZBLines.cc
  ZZBLines.h
  ZZBMarker.cc
  ZZBMarker.h
  ZZBRenderer.cc
  ZZBRenderer.h
  ZZBSize.cc
  ZZBSize.h
  ZZBSizes.cc
  ZZBSizes.h
  main.c
  main2.cc
  suckfont.c
  suckfont.h
  test