ken_nogi/NodeJS/Care7_old/poppler/Library/include/poppler/FontEncodingTables.h
Kenichiro NOGI 51a95c5e21 NodeJS
2025-07-10 10:12:37 +09:00

21 lines
564 B
C

//========================================================================
//
// FontEncodingTables.h
//
// Copyright 2001-2003 Glyph & Cog, LLC
//
//========================================================================
#ifndef FONTENCODINGTABLES_H
#define FONTENCODINGTABLES_H
extern const char *macRomanEncoding[];
extern const char *macExpertEncoding[];
extern const char *winAnsiEncoding[];
extern const char *standardEncoding[];
extern const char *expertEncoding[];
extern const char *symbolEncoding[];
extern const char *zapfDingbatsEncoding[];
#endif