[PD-cvs] pd/src s_main.c,1.20.2.8,1.20.2.9

Hans-Christoph Steiner eighthave at users.sourceforge.net
Mon Jul 9 19:42:06 CEST 2007


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16282

Modified Files:
      Tag: branch-v0-39-2-extended
	s_main.c 
Log Message:
box size tweaks to make everything fit at all the different sizes; still need to figure out why 12pt on GNU/Linux is too big

Index: s_main.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/s_main.c,v
retrieving revision 1.20.2.8
retrieving revision 1.20.2.9
diff -C2 -d -r1.20.2.8 -r1.20.2.9
*** s_main.c	19 May 2007 22:12:39 -0000	1.20.2.8
--- s_main.c	9 Jul 2007 17:42:04 -0000	1.20.2.9
***************
*** 110,115 ****
  
  static t_fontinfo sys_fontlist[] = {
!     {8, 5, 9, 8, 5, 9},{10, 6, 13, 10, 6, 13},{12, 7, 16, 12, 7, 16},
!     {16, 10, 18, 16, 10, 18},{24, 14, 25, 24, 14, 25},{36, 23, 43, 36, 23, 43}};
  #define NFONT (sizeof(sys_fontlist)/sizeof(*sys_fontlist))
  
--- 110,115 ----
  
  static t_fontinfo sys_fontlist[] = {
!     {8, 5, 11, 8, 5, 11}, {10, 6, 13, 10, 6, 13}, {12, 7, 16, 12, 7, 16},
!     {16, 10, 19, 16, 10, 19}, {24, 14, 29, 24, 14, 29}, {36, 23, 44, 36, 23, 44}};
  #define NFONT (sizeof(sys_fontlist)/sizeof(*sys_fontlist))
  





More information about the Pd-cvs mailing list