Mozilla/mozilla/cmd/gnomefe/gnome-src/g-font-select.h
blizzard%appliedtheory.com 62e6e57ecd Integrate patches from Michael O'Reilly <michael@metal.iinet.net.au>
and Frank Visser <fvisser@hgmp.mrc.ac.uk>.  This works on pixmap display
and font preferences and selection.


git-svn-id: svn://10.0.0.236/trunk@12720 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-13 20:38:20 +00:00

26 lines
400 B
C

#ifndef __MOZ_FONT_SELECT_H__
#define __MOZ_FONT_SELECT_H__
#include "gdk/gdktypes.h"
#include "gdk/gdkx.h"
#include "gdk/gdkkeysyms.h"
/* available functions */
void
moz_font_init();
GdkFont *
moz_get_font_with_family(char *fam,
int pts,
char *wgt,
gboolean ita);
GdkFont *
moz_get_font(LO_TextAttr *text_attr);
void
moz_font_release_text_attribute(LO_TextAttr *attr);
#endif