Skip to content

Commit

Permalink
added 'alignfonts' option
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaskramm committed Sep 30, 2012
1 parent 5a22047 commit f8244d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/devices/swf.c
Original file line number Diff line number Diff line change
Expand Up @@ -2086,6 +2086,8 @@ int swf_setparameter(gfxdevice_t*dev, const char*name, const char*value)
i->config_opennewwindow = atoi(value);
} else if(!strcmp(name, "storeallcharacters")) {
i->config_storeallcharacters = atoi(value);
} else if(!strcmp(name, "alignfonts")) {
i->config_alignfonts = atoi(value);
} else if(!strcmp(name, "enablezlib")) {
i->config_enablezlib = atoi(value);
} else if(!strcmp(name, "bboxvars")) {
Expand Down

0 comments on commit f8244d8

Please sign in to comment.