mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 23:42:16 +00:00
* Source/gsc/GSStreamContext.m (-GSShowGlyphsWithAdvances:): Add
missing method. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@35612 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8018242a9c
commit
e9052f4a6c
2 changed files with 13 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2012-09-28 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/gsc/GSStreamContext.m (-GSShowGlyphsWithAdvances:): Add
|
||||
missing method.
|
||||
|
||||
2012-09-26 Eric Wasylishen <ewasylishen@gmail.com>
|
||||
|
||||
* Source/cairo/CairoPDFSurface.m:
|
||||
|
|
|
@ -319,6 +319,14 @@ fpfloat(FILE *stream, float f)
|
|||
}
|
||||
}
|
||||
|
||||
- (void) GSShowGlyphsWithAdvances: (const NSGlyph *)glyphs
|
||||
: (const NSSize *)advances
|
||||
: (size_t)length
|
||||
{
|
||||
// FIXME: Currently advances is ignored
|
||||
[self GSShowGlyphs: glyphs : length];
|
||||
}
|
||||
|
||||
|
||||
/* ----------------------------------------------------------------------- */
|
||||
/* Gstate Handling */
|
||||
|
|
Loading…
Reference in a new issue