summaryrefslogtreecommitdiff
path: root/include/mupdf/fitz/font.h
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2016-11-11 16:30:59 +0000
committerRobin Watts <robin.watts@artifex.com>2016-11-14 16:09:40 +0000
commit7703ad8b2564f2f3a99b85eca5af276d7ba0e3e4 (patch)
treeabda358d9d039ba76d570a34b7c16d4b79a33724 /include/mupdf/fitz/font.h
parent37f95f87bdfb2e0b01d649afae5fffe60bf99d3a (diff)
downloadmupdf-7703ad8b2564f2f3a99b85eca5af276d7ba0e3e4.tar.xz
More API tweaks.
Move internal functions from public to private headers.
Diffstat (limited to 'include/mupdf/fitz/font.h')
-rw-r--r--include/mupdf/fitz/font.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/include/mupdf/fitz/font.h b/include/mupdf/fitz/font.h
index 8f6aa902..dd624de1 100644
--- a/include/mupdf/fitz/font.h
+++ b/include/mupdf/fitz/font.h
@@ -136,29 +136,6 @@ const char *fz_font_name(fz_context *ctx, fz_font *font);
fz_rect *fz_font_bbox(fz_context *ctx, fz_font *font);
/*
- fz_new_font_context: Initialise the font context.
-
- For internal use only.
-*/
-void fz_new_font_context(fz_context *ctx);
-
-/*
- fz_keep_font_context: Increment the ref count for
- the current font context.
-
- For internal use only.
-*/
-fz_font_context *fz_keep_font_context(fz_context *ctx);
-
-/*
- fz_drop_font_context: Drop the ref count for the
- current font context.
-
- For internal use only.
-*/
-void fz_drop_font_context(fz_context *ctx);
-
-/*
fz_load_system_font_func: Type for user supplied system
font loading hook.