Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bc46db7

Browse files
committed
Make F2DOT14 a typedef of Fixed
1 parent 454a26e commit bc46db7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

extern/ttconv/truetype.h

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,7 @@ typedef struct
4242
} Fixed;
4343

4444
/* A 2.14 fixed point number */
45-
typedef struct
46-
{
47-
SHORT whole;
48-
USHORT fraction;
49-
} F2DOT14;
45+
typedef Fixed F2DOT14;
5046

5147
/* This structure tells what we have found out about */
5248
/* the current font. */

0 commit comments

Comments
 (0)