mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-05 10:08:12 +02:00
fixing typo
This commit is contained in:
parent
34fcd0b409
commit
d88a0c9e64
1 changed files with 1 additions and 1 deletions
|
|
@ -358,7 +358,7 @@
|
|||
table_size = face->horz_metrics_size;
|
||||
}
|
||||
|
||||
table_end = table_pos + table_end;
|
||||
table_end = table_pos + table_size;
|
||||
|
||||
k = header->number_Of_HMetrics;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue