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:
fa241b6
)
(mfontset__get_font): Extern it.
author
handa
<handa>
Fri, 2 Dec 2005 04:36:29 +0000
(
04:36
+0000)
committer
handa
<handa>
Fri, 2 Dec 2005 04:36:29 +0000
(
04:36
+0000)
src/fontset.h
patch
|
blob
|
history
diff --git
a/src/fontset.h
b/src/fontset.h
index
e97d833
..
bdb5f4a
100644
(file)
--- a/
src/fontset.h
+++ b/
src/fontset.h
@@
-35,4
+35,9
@@
extern MRealizedFont *mfont__lookup_fontset (MRealizedFontset *realized,
MSymbol charset, int size,
int ignore_fallback);
+extern MRealizedFont *mfontset__get_font (MFrame *frame, MFontset *fontset,
+ MSymbol script, MSymbol language,
+ MFont *font, int *best);
+
+
#endif /* _M17N_FONTSET_H_ */