summaryrefslogtreecommitdiff
path: root/src/sfnt/ttsbit.c
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2015-03-10 11:15:15 +0100
committerWerner Lemberg <wl@gnu.org>2015-03-10 11:15:15 +0100
commiteee7d8baa156f8488e1351b84bb2f8ebf20fec82 (patch)
treea05b8febc95d3605b34790f71c0f5f50c9dd67f9 /src/sfnt/ttsbit.c
parent0aa36160d6ca5b4f7280127ea861a637759a1ff6 (diff)
downloadfreetype2-eee7d8baa156f8488e1351b84bb2f8ebf20fec82.tar.gz
[base] Rename `FT_Bitmap_New' to `FT_Bitmap_Init'.
* include/ftbitmap.h, src/base/ftbitmap.c: Implement it. Update all callers. * docs/CHANGES: Updated.
Diffstat (limited to 'src/sfnt/ttsbit.c')
-rw-r--r--src/sfnt/ttsbit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sfnt/ttsbit.c b/src/sfnt/ttsbit.c
index 9f0f45291..143f276d3 100644
--- a/src/sfnt/ttsbit.c
+++ b/src/sfnt/ttsbit.c
@@ -1448,7 +1448,7 @@
FT_Library library = face->root.glyph->library;
- FT_Bitmap_New( &new_map );
+ FT_Bitmap_Init( &new_map );
/* Convert to 8bit grayscale. */
error = FT_Bitmap_Convert( library, map, &new_map, 1 );