forked from minhngoc25a/freetype2
* src/sdf/ftbsdf.c: Typo. `FT_16D16' is 16.16 representation.
This commit is contained in:
parent
13180a3cd4
commit
ea5114acfd
|
@ -1,3 +1,7 @@
|
|||
2020-07-25 Anuj Verma <anujv@iitbhilai.ac.in>
|
||||
|
||||
* src/sdf/ftbsdf.c: Typo. `FT_16D16' is 16.16 representation.
|
||||
|
||||
2020-07-25 Anuj Verma <anujv@iitbhilai.ac.in>
|
||||
|
||||
[sdf -> bsdf renderer] Hold a refrence to `FT_Memory'.
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
typedef FT_Vector FT_16D16_Vec; /* with 16.16 fixed point components */
|
||||
|
||||
typedef FT_Short FT_6D10; /* 6.10 fixed point representation */
|
||||
typedef FT_Fixed FT_16D16; /* 6.10 fixed point representation */
|
||||
typedef FT_Fixed FT_16D16; /* 16.16 fixed point representation */
|
||||
|
||||
/**************************************************************************
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue