[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft-devel] woff2 support integrated into FreeType
From: |
Werner LEMBERG |
Subject: |
Re: [ft-devel] woff2 support integrated into FreeType |
Date: |
Tue, 27 Aug 2019 22:31:33 +0200 (CEST) |
>> I've just integrated your woff2 stuff into FreeType. Thanks again
>> for working on this!
>
> I had a great time working on this! Thanks for fixing formatting and
> adding the comments.
:-)
BTW, a minor nit to avoid in future commits: I've noticed while
preparing the ChangeLog entries that you sometimes document functions
in the commit message only (for example, `write_buf' or
`triplet_decode'). This is wrong IMHO. Such documentation should
always be located in the code as a comment instead. I've corrected
this wherever I had noticed it.
Werner