mirror of
https://github.com/gnustep/libs-back.git
synced 2025-02-23 20:01:22 +00:00
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:
parent
89e532e92c
commit
1414a310c7
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue