Parameter | Default value | Usage | Format |
---|---|---|---|
RASTERIZE_TEXTS |
0 |
Should we convert texts to poylines ? [1] -> Yes [0] -> No (Check available font path set in TRUETYPE_FONT) |
boolean |
TRUETYPE_FONT |
"C:\Windows\Fonts\ARIALUNI.TTF" |
Please provide fullpath. If font is not found at the specified path, RASTERIZE_TEXTS will be activated. QUIVIRA: Open source font with good unicode support Get it from http://www.quivira-font.com/ TRUETYPE_FONT="C:\Windows\Fonts\Quivira.otf" GNU Unifont: UNICODE font with full support of unicode Basic Multilingual Plane (BMP). Get it from http://www.unifoundry.com/unifont.html TRUETYPE_FONT="C:\Windows\Fonts\unifont_0.ttf" Arial Unicode MS: Standard Windows unicode font provided with MS Office |
integer |
WRITE_PRC |
1 |
Should we activate PRC format ? [1] -> Yes (Default) [0] -> No |
boolean |
3D_FORMAT |
0 |
color : This option lets you force a background color in 2D Writing - in Red Green Blue format - The value of each component must be between 0-255. -1 means No value and invalidates the color. Color sample: ,255,0,0 #To have a red color BACKGROUND_COLOR=RGB,0,0,0 Should we write tesselated data or brep data ? [0] -> Mesh (Default) [1] -> BRep [2] -> Mesh + BRep BRep is only available when writing PRC |
boolean |
MONOCHROME_DISPLAY |
0 |
Should we export as monochrome display ? [0] -> No(Default) [1] -> Yes |
boolean |
WRITE_FILE_PROPERTIES |
1 |
Should we write PDF File Properties ? [0] -> No (Default) [1] -> Yes |
integer |