comment fixes
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
diff --git a/src/sfnt/ttsbit.c b/src/sfnt/ttsbit.c
index 21f30ef..d8a6522 100644
--- a/src/sfnt/ttsbit.c
+++ b/src/sfnt/ttsbit.c
@@ -222,7 +222,7 @@
/*************************************************************************/
/* */
/* <Function> */
- /* TT_Load_SBit_Const_Metrics */
+ /* Load_SBit_Const_Metrics */
/* */
/* <Description> */
/* Loads the metrics for `EBLC' index tables format 2 and 5. */
@@ -252,7 +252,7 @@
/*************************************************************************/
/* */
/* <Function> */
- /* TT_Load_SBit_Range_Codes */
+ /* Load_SBit_Range_Codes */
/* */
/* <Description> */
/* Loads the range codes for `EBLC' index tables format 4 and 5. */
@@ -317,7 +317,7 @@
/*************************************************************************/
/* */
/* <Function> */
- /* TT_Load_SBit_Range */
+ /* Load_SBit_Range */
/* */
/* <Description> */
/* Loads a given `EBLC' index/range table. */
@@ -398,7 +398,7 @@
/*************************************************************************/
/* */
/* <Function> */
- /* tt_face_load_sbit_strikes */
+ /* tt_face_load_eblc */
/* */
/* <Description> */
/* Loads the table of embedded bitmap sizes for this face. */
@@ -598,7 +598,7 @@
/*************************************************************************/
/* */
/* <Function> */
- /* tt_face_free_sbit_strikes */
+ /* tt_face_free_eblc */
/* */
/* <Description> */
/* Releases the embedded bitmap tables. */