ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/defaultfont.h
(Generate patch)

Comparing rxvt-unicode/src/defaultfont.h (file contents):
Revision 1.7 by pcg, Thu Dec 18 04:14:30 2003 UTC vs.
Revision 1.8 by pcg, Wed Dec 24 09:07:01 2003 UTC

1/* 1/*
2 * $Id: defaultfont.h,v 1.7 2003/12/18 04:14:30 pcg Exp $ 2 * $Id: defaultfont.h,v 1.8 2003/12/24 09:07:01 pcg Exp $
3 */ 3 */
4 4
5#ifndef _DEFAULTFONT_H_ 5#ifndef _DEFAULTFONT_H_
6#define _DEFAULTFONT_H_ 6#define _DEFAULTFONT_H_
7 7
26struct rxvt_fontprop { 26struct rxvt_fontprop {
27 enum { 27 enum {
28 medium = 100, bold = 200, 28 medium = 100, bold = 200,
29 roman = 0, italic = 100, 29 roman = 0, italic = 100,
30 }; 30 };
31 int height; 31 int width, height;
32 int weight; 32 int weight, slant;
33 int slant;
34}; 33};
35 34
36struct rxvt_font { 35struct rxvt_font {
37 // managed by the fontset 36 // managed by the fontset
38 rxvt_t r; 37 rxvt_t r;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines