summaryrefslogtreecommitdiff
path: root/fitz/fitz.h
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2011-04-15 11:29:02 +0200
committerTor Andersson <tor.andersson@artifex.com>2011-04-15 11:33:53 +0200
commit68ddf2e5505b3b6295f2373fdac8a5b296bb441c (patch)
treed8890ffad8dd2cc82ac898e377af82fb052eff15 /fitz/fitz.h
parent33a189cce63587e52d76bffadcd547a55818cf92 (diff)
downloadmupdf-68ddf2e5505b3b6295f2373fdac8a5b296bb441c.tar.xz
Use artificial italics and emboldening for substitute font.
Diffstat (limited to 'fitz/fitz.h')
-rw-r--r--fitz/fitz.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fitz/fitz.h b/fitz/fitz.h
index 3e08a680..9ba9d0b1 100644
--- a/fitz/fitz.h
+++ b/fitz/fitz.h
@@ -252,6 +252,7 @@ extern const fz_matrix fz_identity;
fz_matrix fz_concat(fz_matrix one, fz_matrix two);
fz_matrix fz_scale(float sx, float sy);
+fz_matrix fz_shear(float sx, float sy);
fz_matrix fz_rotate(float theta);
fz_matrix fz_translate(float tx, float ty);
fz_matrix fz_invert_matrix(fz_matrix m);