From: kramm Date: Thu, 19 Jun 2008 20:30:33 +0000 (+0000) Subject: moved -s help to pdf.cc X-Git-Tag: buttons-working~117 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=902612a0ae5ed5105e133e0fbc765a480cd88823 moved -s help to pdf.cc --- diff --git a/lib/pdf/GFXOutputDev.cc b/lib/pdf/GFXOutputDev.cc index 8377c5f..288de6e 100644 --- a/lib/pdf/GFXOutputDev.cc +++ b/lib/pdf/GFXOutputDev.cc @@ -596,13 +596,6 @@ void GFXOutputDev::setParameter(const char*key, const char*value) this->config_fontquality = atof(value); if(this->config_fontquality<=1) this->config_fontquality=1; - } else if(!strcmp(key,"help")) { - printf("\nPDF layer options:\n"); - printf("breakonwarning=0/1 Abort conversion if graphic objects are found which\n"); - printf(" are not 100%% supported\n"); - printf("transparent=0/1 Make PDF transparent (alpha background)\n"); - printf("extrafontdata=0/1 Store Type3 characters and capture characters\n"); - printf("fontquality=1..100 Curve approximation quality of the fonts\n"); } }