X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=pdf2swf%2Fttf2pt1%2Fttf.h;h=9f5c50207f9ecdd08e2fb3ab4ff64e317f0179d9;hp=8c38808d6f8dc29d231d782429bb66510afe6bad;hb=c241bda9d7d9a4090072e7f5a34588b517639fdf;hpb=20c079895ed72a952da443bc9256da0e0bd9597b diff --git a/pdf2swf/ttf2pt1/ttf.h b/pdf2swf/ttf2pt1/ttf.h index 8c38808..9f5c502 100644 --- a/pdf2swf/ttf2pt1/ttf.h +++ b/pdf2swf/ttf2pt1/ttf.h @@ -35,7 +35,7 @@ typedef struct short_2 { SHORT upper; USHORT lower; -} FIXED ; +} TTF2PT1_FIXED ; typedef struct longhormetric { UFWORD advanceWidth; @@ -159,7 +159,7 @@ typedef struct ttf_maxp { typedef struct ttf_post_head { ULONG formatType; - FIXED italicAngle; + TTF2PT1_FIXED italicAngle; FWORD underlinePosition; FWORD underlineThickness; ULONG isFixedPitch;