File: MwXFormat.h

package info (click to toggle)
mowitz 0.2.0-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 4,168 kB
  • ctags: 4,214
  • sloc: ansic: 30,869; sh: 9,051; makefile: 169
file content (13 lines) | stat: -rw-r--r-- 362 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef MW_XFORMAT_H
#define MW_XFORMAT_H

extern int MwFontHeight(int);
extern int MwFontWidth(int, char *);
extern void MwInitFormat(Display *);

extern int MwFontDescent(int);
extern int MwLookupColor(char *);
extern unsigned long MwGetColor(int);
extern int MwRcStrdraw(Drawable, GC, int, int, int, int, MwRichchar *, int, float);

#endif	/* MW_XFORMAT_H */