projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c7a9a7
)
(mflt_coverage): Extern it.
author
handa
<handa>
Tue, 4 Sep 2007 14:21:45 +0000
(14:21 +0000)
committer
handa
<handa>
Tue, 4 Sep 2007 14:21:45 +0000
(14:21 +0000)
src/m17n-flt.h
patch
|
blob
|
history
diff --git
a/src/m17n-flt.h
b/src/m17n-flt.h
index
6053fe8
..
73ce8a9
100644
(file)
--- a/
src/m17n-flt.h
+++ b/
src/m17n-flt.h
@@
-178,8
+178,10
@@
typedef struct _MFLT MFLT;
extern MFLT *mflt_find (MFLTGlyphString *gstring, int pos, MFLTFont *font,
int *start);
+extern MCharTable *mflt_coverage (MFLT *flt);
+
extern int mflt_run (MFLTGlyphString *gstring, int from, int to,
- MFLTFont *font, MSymbol layouter_name);
+ MFLTFont *font, MFLT *flt);
M17N_END_HEADER