aboutsummaryrefslogtreecommitdiff
path: root/freetype/include/ftautoh.h
diff options
context:
space:
mode:
authorMike DePaulo <mikedep333@gmail.com>2015-02-28 07:31:25 -0500
committerMike DePaulo <mikedep333@gmail.com>2015-02-28 07:31:25 -0500
commit05f00e318b7842595179ad4d228dfaee5e992951 (patch)
tree65059975d8e906513b01e7161caf87e7772674cf /freetype/include/ftautoh.h
parent67f9dfd6bae84de480e0f4407d5ee27fccc34d9f (diff)
downloadvcxsrv-05f00e318b7842595179ad4d228dfaee5e992951.tar.gz
vcxsrv-05f00e318b7842595179ad4d228dfaee5e992951.tar.bz2
vcxsrv-05f00e318b7842595179ad4d228dfaee5e992951.zip
Updated to freetype 2.5.5
Diffstat (limited to 'freetype/include/ftautoh.h')
-rw-r--r--freetype/include/ftautoh.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/freetype/include/ftautoh.h b/freetype/include/ftautoh.h
index 936791e72..59191abbf 100644
--- a/freetype/include/ftautoh.h
+++ b/freetype/include/ftautoh.h
@@ -245,12 +245,12 @@ FT_BEGIN_HEADER
* The data exchange structure for the @glyph-to-script-map property.
*
*/
- typedef struct FT_Prop_GlyphToScriptMap_
- {
- FT_Face face;
- FT_Byte* map;
+ typedef struct FT_Prop_GlyphToScriptMap_
+ {
+ FT_Face face;
+ FT_Byte* map;
- } FT_Prop_GlyphToScriptMap;
+ } FT_Prop_GlyphToScriptMap;
/**************************************************************************
@@ -384,15 +384,15 @@ FT_BEGIN_HEADER
* The data exchange structure for the @increase-x-height property.
*
*/
- typedef struct FT_Prop_IncreaseXHeight_
- {
- FT_Face face;
- FT_UInt limit;
+ typedef struct FT_Prop_IncreaseXHeight_
+ {
+ FT_Face face;
+ FT_UInt limit;
- } FT_Prop_IncreaseXHeight;
+ } FT_Prop_IncreaseXHeight;
+ /* */
- /* */
FT_END_HEADER