shithub: freetype+ttf2subf

Download patch

ref: 3952f6c778047cd11650fd224649656cb019a4e0
parent: 84ad2a2205216f540b89bbd2986472d37a82f801
author: Tom Kacvinsky <[email protected]>
date: Fri Mar 16 10:09:52 EST 2001

Added entries for changes to CFF driver submitted by Sander van der
Wal.  These include adding suppoort for getting a glyph name based on
glyph index, and support for the deprecated operator dotsection.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2001-03-16  Tom Kacvinsky  <[email protected]>
+
+	* src/cff/cffdrivr.c (get_cff_glyph_name):  New function.  Used in
+	cff_get_interface to facilitate getting a glyph name for glyph index
+	via FT_Get_Glyph_Name().
+	Submitted by Sander van der Wal <[email protected]>
+	
+	(cff_get_interface): Added support for getting a glyph name via the
+	"glyph_name" module interface.  Uses the new function
+	get_cff_glyph_name().
+	Submitted by Sander van der Wal <[email protected]>
+
+	* src/cff/cffobjs.c (CFF_Init_Face): Logical or the face flags with
+	FT_FACE_FLAG_GLYPH_NAMES only if FT_CONFIG_OPTION_NO_GLYPH_NAMES is
+	not defined.  This is to add support for getting a glyph name from a
+	glyph index via FT_Get_Glyph_Name().
+	Submitted by Sander van der Wal <[email protected]>
+	
+	* src/cff/cffgload.c (CFF_Parse_CharStrings): Added support for
+	deprecated operator "dotsection".
+	Submitted by Sander van der Wal <[email protected]>
+
 2001-03-12  Werner Lemberg  <[email protected]>
 
 	* src/psaux/t1decode.c (T1_Decoder_Parse_Charstrings): Fix error