freetype-devel
[Top][All Lists]
Advanced

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

[ft-devel] [patch] using FT_Bitmap_* calls in ftglyph.c


From: Chia I Wu
Subject: [ft-devel] [patch] using FT_Bitmap_* calls in ftglyph.c
Date: Mon, 16 May 2005 10:52:42 +0800
User-agent: Mutt/1.5.8i

Hi all,

This patch moves ft_bitmap_copy from ftglyph.c to ftbitmap.c and makes
ftglyph.c depends on ftbitmap.c.

The old dependency is:

ftbitmap.c 
         
          ftglyph.c (code for FT_Bitmap manipulation duplicated)
         /
ftoutln.c

And now it is:

ftbitmap.c 
         \
          ftglyph.c
         /
ftoutln.c

It also adds some error checkings to ftoutln.c.

Attachment: ft2-ftglyph.patch
Description: Text document


reply via email to

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