From df22c27d923417c2cd2682704145ca81f3a7aaf3 Mon Sep 17 00:00:00 2001 From: jvr Date: Fri, 3 Jan 2003 21:29:23 +0000 Subject: [PATCH] detab table string literal git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@384 4cde692c-a291-49d1-8350-778aa11640f8 --- Lib/fontTools/ttLib/tables/_h_e_a_d.py | 34 +++++++++++++------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/Lib/fontTools/ttLib/tables/_h_e_a_d.py b/Lib/fontTools/ttLib/tables/_h_e_a_d.py index c7963d780..f0685682b 100644 --- a/Lib/fontTools/ttLib/tables/_h_e_a_d.py +++ b/Lib/fontTools/ttLib/tables/_h_e_a_d.py @@ -7,23 +7,23 @@ from fontTools.misc.textTools import safeEval, num2binary, binary2num headFormat = """ > # big endian - tableVersion: 16.16F - fontRevision: 16.16F - checkSumAdjustment: I - magicNumber: I - flags: H - unitsPerEm: H - created: 8s - modified: 8s - xMin: h - yMin: h - xMax: h - yMax: h - macStyle: H - lowestRecPPEM: H - fontDirectionHint: h - indexToLocFormat: h - glyphDataFormat: h + tableVersion: 16.16F + fontRevision: 16.16F + checkSumAdjustment: I + magicNumber: I + flags: H + unitsPerEm: H + created: 8s + modified: 8s + xMin: h + yMin: h + xMax: h + yMax: h + macStyle: H + lowestRecPPEM: H + fontDirectionHint: h + indexToLocFormat: h + glyphDataFormat: h """ class table__h_e_a_d(DefaultTable.DefaultTable):