mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:07:35 +00:00
LibPDF+MacPDF: Clip text, and add a debug option for disabling it
This commit is contained in:
parent
90fdf738a1
commit
a0462f495c
7 changed files with 30 additions and 0 deletions
|
@ -24,6 +24,7 @@ NS_ASSUME_NONNULL_BEGIN
|
|||
- (IBAction)toggleShowClippingPaths:(id)sender;
|
||||
- (IBAction)toggleClipImages:(id)sender;
|
||||
- (IBAction)toggleClipPaths:(id)sender;
|
||||
- (IBAction)toggleClipText:(id)sender;
|
||||
- (IBAction)showGoToPageDialog:(id)sender;
|
||||
|
||||
- (void)pdfDidInitialize;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue