mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
.. | ||
cpp | ||
DEPS | ||
fpdf_dataavail.h | ||
fpdf_doc.h | ||
fpdf_edit.h | ||
fpdf_ext.h | ||
fpdf_flatten.h | ||
fpdf_formfill.h | ||
fpdf_fwlevent.h | ||
fpdf_ppo.h | ||
fpdf_progressive.h | ||
fpdf_save.h | ||
fpdf_searchex.h | ||
fpdf_structtree.h | ||
fpdf_sysfontinfo.h | ||
fpdf_text.h | ||
fpdf_transformpage.h | ||
fpdfview.h | ||
README |
public/ README The header files in this directory are the only ones that should ever be included by an embedder of PDFium. If there arises a need for functionality beyond what is present here, then a new API must be added here to provide it. These header files must be entirely contained in this directory; they must never include other header files from outside of it. These files must compile cleanly without warnings on both C and C++ compilers. Changes to these files must be carefully considered to avoid breaking compatibility.