freetype-devel
[Top][All Lists]
Advanced

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

Re: [ft-devel] Searching for an FT2 tester program


From: Werner LEMBERG
Subject: Re: [ft-devel] Searching for an FT2 tester program
Date: Wed, 18 Mar 2009 19:27:26 +0100 (CET)

Continuing the nit-picking:

> * src/cff/cffload.c, cffload.h, cffobjs.c, cffparse.c, cffparse.h
> Routing library pointer all the way to cff_parser_run.

Please use complete file names relative to the top directory:

  * src/cff/cffload.c, src/cff/cffload.h, src/cff/cffobjs.c,
  src/cff/cffparse.c, src/cff/cffparse.h: Route library pointer all
  the way to `cff_parser_run'.

If something is related to a structure or function, set it into
parentheses and do a `logical move' too:

  * src/cff/cffparse.c (CFF_Field_Handler): Move it to...
  * src/cff/cffparse.h: This file, to be used by other C files.


    Werner




reply via email to

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