aboutsummaryrefslogtreecommitdiffstats
path: root/fbtruetype/ttf.h
diff options
context:
space:
mode:
Diffstat (limited to 'fbtruetype/ttf.h')
-rw-r--r--fbtruetype/ttf.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/fbtruetype/ttf.h b/fbtruetype/ttf.h
index 5df66fa..b5e3e55 100644
--- a/fbtruetype/ttf.h
+++ b/fbtruetype/ttf.h
@@ -10,11 +10,9 @@
/* Handy routines for converting from fixed point */
#define FT_FLOOR(X) ((X & -64) / 64)
#define FT_CEIL(X) (((X + 63) & -64) / 64)
-
+
typedef struct _TTF_Font TTF_Font;
#define LUXISRI_SIZE 66372
extern char luxisri_ttf[LUXISRI_SIZE];
-
-