diff options
Diffstat (limited to 'freetype/src/truetype/ttgload.h')
-rw-r--r-- | freetype/src/truetype/ttgload.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/freetype/src/truetype/ttgload.h b/freetype/src/truetype/ttgload.h index 05f75882d..3f1699e68 100644 --- a/freetype/src/truetype/ttgload.h +++ b/freetype/src/truetype/ttgload.h @@ -43,6 +43,7 @@ FT_BEGIN_HEADER FT_LOCAL( void ) TT_Get_VMetrics( TT_Face face, FT_UInt idx, + FT_Pos yMax, FT_Short* tsb, FT_UShort* ah ); |