summaryrefslogtreecommitdiff
path: root/src/cairo-scaled-font-subsets-private.h
diff options
context:
space:
mode:
authorAdrian Johnson <ajohnson@redneon.com>2010-11-06 22:31:46 +1030
committerAdrian Johnson <ajohnson@redneon.com>2010-11-06 22:31:46 +1030
commit048a43e5c464adfcd0aeb682cb812ae228ef4a83 (patch)
tree740b078989fef947fef9e38577beb0efa5858365 /src/cairo-scaled-font-subsets-private.h
parent74873c82242e9c124b69e05d0f8abdf78983d62d (diff)
downloadcairo-048a43e5c464adfcd0aeb682cb812ae228ef4a83.tar.gz
Move glyph names into separate file
The latin subsets feature requires these names. As cairo-type1-subsets.c depends on FreeType, move these names out to a separate file to allow compilation without FT.
Diffstat (limited to 'src/cairo-scaled-font-subsets-private.h')
-rw-r--r--src/cairo-scaled-font-subsets-private.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cairo-scaled-font-subsets-private.h b/src/cairo-scaled-font-subsets-private.h
index e2f2b4c21..45fded9d1 100644
--- a/src/cairo-scaled-font-subsets-private.h
+++ b/src/cairo-scaled-font-subsets-private.h
@@ -491,6 +491,9 @@ _cairo_truetype_subset_init_pdf (cairo_truetype_subset_t *truetype_subset,
cairo_private void
_cairo_truetype_subset_fini (cairo_truetype_subset_t *truetype_subset);
+cairo_private const char *
+_cairo_ps_standard_encoding_to_glyphname (int glyph);
+
cairo_private int
_cairo_unicode_to_winansi (unsigned long unicode);