IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 1, 2020, 4:11:00 PM (6 years ago)
Author:
eugene
Message:

add PDF native support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libkapa/include/kapa.h

    r41156 r41319  
    222222int KapaPNG (int fd, const char *filename);
    223223int KapaPPM (int fd, const char *filename);
     224int KapaPDF (int fd, const char *filename, int scaleMode, int pageMode, char *pagename);
    224225
    225226/* KiiCursor.c */
     
    291292int DrawRotTextInit (Display *display, Window window, GC gc, unsigned long fore, unsigned long back);
    292293
     294/* PDFRotFont.c */
     295void PDFRotText (IOBuffer *buffer, int x, int y, char *string, int pos, double angle);
    293296
    294297/* PSRotFont.c */
    295298void PSRotText PROTO((FILE *f, int x, int y, char *string, int pos, double angle));
    296 void PSDumpRotSegment PROTO((FILE *f, char *segment, int *Nseg));
    297 void PSSetFont PROTO((FILE *f, char *name, int size));
    298299int PSRotStrlen PROTO((char *c));
    299300
Note: See TracChangeset for help on using the changeset viewer.