File: cffwrite_t2cstr.h

package info (click to toggle)
afdko 4.0.1%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 16,360 kB
  • sloc: ansic: 148,322; python: 24,622; cpp: 16,785; yacc: 421; makefile: 76; cs: 47; sh: 13
file content (21 lines) | stat: -rw-r--r-- 523 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* Copyright 2014 Adobe Systems Incorporated (http://www.adobe.com/). All Rights Reserved.
   This software is licensed as OpenSource, under the Apache License, Version 2.0.
   This license is available at: http://opensource.org/licenses/Apache-2.0. */

/*
 * Charstring support.
 */

#ifndef CSTR_H
#define CSTR_H

#include "cffwrite_share.h"

void cfwCstrNew(cfwCtx g);
void cfwCstrReuse(cfwCtx g);
void cfwCstrFree(cfwCtx g);

void cfwCstrBegFont(cfwCtx g, int nFDs);
void printFinalWarn(cfwCtx g);

#endif /* CSTR_H */