mirror of
https://github.com/gnustep/libs-back.git
synced 2025-02-23 11:51:27 +00:00
initialize deltas index in drawString method
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@21639 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b321ce5200
commit
eb8bbe29b1
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-08-16 Adrian Robert <arobert@cogsci.ucsd.edu>
|
||||
|
||||
* Source/art/ftfont.m (-[FTFontInfo drawString:...]):
|
||||
Initialize index d for delta_data[]. (Already done in ftfont-old.)
|
||||
|
||||
2005-07-28 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Headers/cairo/CairoFaceInfo.h,
|
||||
|
|
|
@ -984,7 +984,7 @@ static FT_Error ft_get_face(FTC_FaceID fid, FT_Library lib, FT_Pointer data, FT_
|
|||
|
||||
/* NSLog(@"drawString: '%s' at: %i:%i to: %i:%i:%i:%i:%p\n",
|
||||
s, x, y, x0, y0, x1, y1, buf);*/
|
||||
|
||||
d=0;
|
||||
for (c = (const unsigned char *)s; *c; c++)
|
||||
{
|
||||
/* TODO: do the same thing in outlineString:... */
|
||||
|
|
Loading…
Reference in a new issue