scientist2009 / pdfium

Automatically exported from code.google.com/p/pdfium
0 stars 0 forks source link

FPDF_SetSystemFontInfo(FPDF_GetDefaultSystemFontInfo()) changes control flow #190

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
There's another layer of indirection introduced by this call.  Eliminate it so 
that we always go through the public API to do this dispatch, as a result 
moving fopens and the like to the other side of the API.

Original issue reported on code.google.com by tsepez@chromium.org on 31 Jul 2015 at 9:35