Skip to content

PEP v0.25 alpha

Compare
Choose a tag to compare
@orklann orklann released this 29 Mar 08:30
· 194 commits to master since this release

This alpha improves the scrolling performance a lot, now PEP is very smooth and responsive. We are stepping forward to build a light weight and elegant PDF editor.

  • GDocument: Fixed second page is blank while scrolling at startup
  • GPage: add comments
  • GPage: Fixed prewarm render nearby pages crash while live scrolling
  • GPage: Add comments
  • GPage, GInterpreter: Add prewarm methods
  • GPage: add comments
  • GPage: remove comments
  • GPage: remove logging function
  • GPage: remove comments
  • GPage: fontTagToFontKey now use cache dictionary in page to improve performance
  • GInterpreter: Fixed font key is wrong for getting font encoding since we modified the font key format
  • Font key now is like "TT1~32-0" to fix error while getting reference string from font key
  • Save to PDF works fine with new PDF font key:"TT1-32-0"
  • GPage: fontTagToFontKey: now use "TT1-32-0" alike
  • GPage: use font key "32-0" for cached fonts and addedFonts
  • GPage: add fontTagToFontKey: method
  • GTextEditor: remove comments
  • GCompiler: Fixed #24