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:
de353ca
)
(struct MFontDriver): New member try_otf.
author
handa
<handa>
Fri, 15 Jan 2010 12:12:37 +0000
(12:12 +0000)
committer
handa
<handa>
Fri, 15 Jan 2010 12:12:37 +0000
(12:12 +0000)
src/font.h
patch
|
blob
|
history
diff --git
a/src/font.h
b/src/font.h
index
3502402
..
aaa6c2f
100644
(file)
--- a/
src/font.h
+++ b/
src/font.h
@@
-244,6
+244,9
@@
struct MFontDriver
MFLTGlyphString *in, int from, int to,
MFLTGlyphString *out, MFLTGlyphAdjustment *adjustment);
+ int (*try_otf) (MFLTFont *font, MFLTOtfSpec *spec,
+ MFLTGlyphString *in, int from, int to);
+
int (*iterate_otf_feature) (struct _MFLTFont *font, MFLTOtfSpec *spec,
int from, int to, unsigned char *table);
};