8 Apr
2014
8 Apr
'14
6:32 p.m.
On 8-4-2014 19:38, the Adib wrote:
topmost pending point is "Disable features that aren't finished"
Last year I implemented a pdf import via poppler-cairo - without using poppler internal structures. I think there should not be two import possibilities I would "disable" the import via poppler-cairo.
- there are no fine grained import options,
- text is converted to strokes always
What is the preffered method to do so? Do we have a -DG_DISABLE_EXPERIMENTAL_FEATURE or similar compile option?
For experimental LPEs, we have a define that you can set to include them: -DLPE_ENABLE_TEST_EFFECTS I think you could mimic that, so instead of a disable option, you should create an enable option (so that per default it is off). Don't think we have a global enable_experiments option.
regards, Johan