~ubuntu-branches/debian/experimental/cups-filters/experimental

« back to all changes in this revision

Viewing changes to filter/fontembed/embed_pdf_int.h

Tags: upstream-1.0.20
ImportĀ upstreamĀ versionĀ 1.0.20

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#ifndef EMBED_PDF_INT_H
2
 
#define EMBED_PDF_INT_H
3
 
 
4
 
EMB_PDF_FONTWIDTHS *emb_pdf_fw_new(int datasize);
5
 
 
6
 
// if default_width==-1: default_width will be estimated
7
 
// glyphs==NULL -> output all
8
 
EMB_PDF_FONTWIDTHS *emb_pdf_fw_cidwidths(const BITSET glyphs,int len,int default_width,int (*getGlyphWidth)(void *context,int gid),void *context);
9
 
 
10
 
#endif