Added ivar for font handle.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@13812 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2002-06-09 15:44:36 +00:00
parent 89e532e92c
commit 1414a310c7

View file

@ -30,6 +30,7 @@
@interface WIN32FontInfo : GSFontInfo @interface WIN32FontInfo : GSFontInfo
{ {
HFONT hFont;
} }
- (void) draw: (const char*)s lenght: (int)len - (void) draw: (const char*)s lenght: (int)len