[type42] Minor clean-up.
* src/type42/t42parse.c (t42_parse_font_matrix): Remove unused variable.
This commit is contained in:
parent
fd70512eee
commit
e5f4469359
|
@ -1,3 +1,10 @@
|
||||||
|
2015-08-08 Werner Lemberg <wl@gnu.org>
|
||||||
|
|
||||||
|
[type42] Minor clean-up.
|
||||||
|
|
||||||
|
* src/type42/t42parse.c (t42_parse_font_matrix): Remove unused
|
||||||
|
variable.
|
||||||
|
|
||||||
2015-08-06 Alexei Podtelezhnikov <apodtele@gmail.com>
|
2015-08-06 Alexei Podtelezhnikov <apodtele@gmail.com>
|
||||||
|
|
||||||
[type42] Parse FontMatrix according to specifications.
|
[type42] Parse FontMatrix according to specifications.
|
||||||
|
|
|
@ -246,7 +246,6 @@
|
||||||
T42_Parser parser = &loader->parser;
|
T42_Parser parser = &loader->parser;
|
||||||
FT_Matrix* matrix = &face->type1.font_matrix;
|
FT_Matrix* matrix = &face->type1.font_matrix;
|
||||||
FT_Vector* offset = &face->type1.font_offset;
|
FT_Vector* offset = &face->type1.font_offset;
|
||||||
FT_Face root = (FT_Face)&face->root;
|
|
||||||
FT_Fixed temp[6];
|
FT_Fixed temp[6];
|
||||||
FT_Fixed temp_scale;
|
FT_Fixed temp_scale;
|
||||||
FT_Int result;
|
FT_Int result;
|
||||||
|
|
Loading…
Reference in New Issue