freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ft-devel] FreeType Amalgamation (changes)


From: Werner LEMBERG
Subject: Re: [ft-devel] FreeType Amalgamation (changes)
Date: Sat, 21 Jan 2012 07:50:22 +0100 (CET)

> Rename Load_Glyph() static function as it conflicts with another
> static function.  [...]

This is just touching the tip of the iceberg.  Functions and
structures in FreeType should be renamed everywhere to be consistent:

  functions local to a file: <file prefix>_<object>_<function>
  otherwise: <Module prefix>_<Object>_<Function>

`Load_Glyph' in `ttdriver.c' should thus be called
`ttdriver_glyph_load'.  In `cffdrivr.c', the name should be
`cffdriver_glyph_load'.

Again, please send patches!

> 5) Where are ftimage.h and inttypes.h?

This is special.  Please read the comment at the top of `ftraster.c';
the direct inclusion of those files (not using macro names) only
happens in stand-alone mode.


    Werner



reply via email to

[Prev in Thread] Current Thread [Next in Thread]