Make `FT_Get_SubGlyph_Info' actually work.
* src/base/ftobjs.c (FT_Get_SubGlyph_Info): Return FT_Err_Ok if there is no error.
This commit is contained in:
parent
c44a4ba4a2
commit
bbd8313b5d
@ -1,3 +1,10 @@
|
||||
2014-04-17 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
Make `FT_Get_SubGlyph_Info' actually work.
|
||||
|
||||
* src/base/ftobjs.c (FT_Get_SubGlyph_Info): Return FT_Err_Ok
|
||||
if there is no error.
|
||||
|
||||
2014-04-15 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
[afblue.pl]: Minor improvements.
|
||||
|
@ -4881,6 +4881,8 @@
|
||||
*p_arg1 = subg->arg1;
|
||||
*p_arg2 = subg->arg2;
|
||||
*p_transform = subg->transform;
|
||||
|
||||
error = FT_Err_Ok;
|
||||
}
|
||||
|
||||
return error;
|
||||
|
Loading…
Reference in New Issue
Block a user