mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-07 18:08:02 +02:00
Noted addition of 'const' to the first argument to FT_Matrix_Multiply.
This commit is contained in:
parent
e8936f1f38
commit
e75d4cc6be
1 changed files with 5 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2003-01-14 Graham Asher <graham.asher@btinternet.com>
|
||||
* /include/freetype/ftglyph.h, /src/base/ftglyph.c
|
||||
Added 'const' to the type of the first argument to FT_Matrix_Multiply,
|
||||
which isn't changed - this adds documentation and convenience.
|
||||
|
||||
2003-01-13 Graham Asher <graham.asher@btinternet.com>
|
||||
|
||||
* src/sfnt/ttload.c (tt_face_load_metrics)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue