From 233439949855ac14182c0371552dbe6f027b1805 Mon Sep 17 00:00:00 2001 From: Vivien Nicolas <21@vingtetun.org> Date: Thu, 30 Jun 2011 03:27:22 +0200 Subject: [PATCH] Add more information about the italic angle --- fonts.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fonts.js b/fonts.js index a3f270c94..a7a2ed147 100644 --- a/fonts.js +++ b/fonts.js @@ -887,7 +887,7 @@ var Font = (function () { "\x00\x00" + // yMin "\x00\x00" + // xMax "\x00\x00" + // yMax - "\x00\x00" + // macStyle + string16(properties.italicAngle ? 1 : 0) + // macStyle "\x00\x11" + // lowestRecPPEM "\x00\x00" + // fontDirectionHint "\x00\x00" + // indexToLocFormat @@ -906,7 +906,7 @@ var Font = (function () { "\x00\x00" + // minRightSidebearing "\x00\x00" + // xMaxExtent "\x00\x00" + // caretSlopeRise - "\x00\x00" + // caretSlopeRun + string16(properties.italicAngle) + // caretSlopeRun "\x00\x00" + // caretOffset "\x00\x00" + // -reserved- "\x00\x00" + // -reserved-