Summary: | [patch] support for swftools | ||
---|---|---|---|
Product: | poppler | Reporter: | gawain |
Component: | splash backend | Assignee: | poppler-bugs <poppler-bugs> |
Status: | RESOLVED INVALID | QA Contact: | |
Severity: | enhancement | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
apply code from swftools
add support for swftools |
Description
gawain
2012-02-25 09:53:04 UTC
Sorry but you'll have to improve your patch. using this-> is unacceptable Adding public class variables is unacceptable int SplashT1Font::getNumChars() { SplashT1FontFile* ff = (SplashT1FontFile *)fontFile; return ff->face->num_glyphs; } doesn't even compile Why is "this->" unacceptable? Is it ok to add some setters and getters for the variables? > Why is "this->" unacceptable? Because you don't need to use this-> in C++, the variable is there for you, no need to this-> it > Is it ok to add some setters and getters for the variables? Yes, taht is one does proper object oriented programming :-) Created attachment 58529 [details] [review] add support for swftools In this patch i removed the "this->" and added setter and getter for my variables. I could not test the T1 part as i do not know, how to get configure to compile it. How about not blind coding then? Anyway it's quite clear that SplashT1FontFile does not have a face member, no? Also please remove the setters there, makes no sense from someone external to set those values. I'm closing the bug since more than 6 months have passed without a follow up on the remaining issues, if you have a newer patch that you want us to consider please reopen the bug. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.