/[emacs]/emacs/src/macgui.h
ViewVC logotype

Diff of /emacs/src/macgui.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.16 by mituharu, Wed Mar 16 08:07:05 2005 UTC revision 1.17 by mituharu, Tue Apr 19 12:03:38 2005 UTC
# Line 101  typedef struct _XCharStruct Line 101  typedef struct _XCharStruct
101     (xcs).descent = (bds).bottom)     (xcs).descent = (bds).bottom)
102    
103  struct MacFontStruct {  struct MacFontStruct {
104    char *fontname;    char *full_name;
105    
106    short mac_fontnum;  /* font number of font used in this window */    short mac_fontnum;  /* font number of font used in this window */
107    int mac_fontsize;  /* size of font */    int mac_fontsize;  /* size of font */
108    short mac_fontface;  /* plain, bold, italics, etc. */    short mac_fontface;  /* plain, bold, italics, etc. */
109    #if TARGET_API_MAC_CARBON
110      int mac_scriptcode;  /* Mac OS script code for font used */
111    #else
112    short mac_scriptcode;  /* Mac OS script code for font used */    short mac_scriptcode;  /* Mac OS script code for font used */
113    #endif
114    
115  #if 0  #if 0
116    SInt16 mFontNum;  /* font number of font used in this window */    SInt16 mFontNum;  /* font number of font used in this window */

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26