mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-07 20:28:02 +02:00
minor warning with VC++ solved
This commit is contained in:
parent
ace5b20b61
commit
201edc9513
1 changed files with 1 additions and 1 deletions
|
|
@ -271,7 +271,7 @@
|
|||
/* now compute the maximum advance width */
|
||||
|
||||
|
||||
root->max_advance_width = face->type1.font_bbox.xMax;
|
||||
root->max_advance_width = (FT_Short)face->type1.font_bbox.xMax;
|
||||
{
|
||||
FT_Int max_advance;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue