From: handa Date: Tue, 15 Jun 2004 05:13:29 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: withdl~91 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0df7f4b290a6af84be606d678e40fda9fff0672a;p=m17n%2Fm17n-lib.git *** empty log message *** --- diff --git a/src/m17n-core.c b/src/m17n-core.c index cdc63f8..ed9833f 100644 --- a/src/m17n-core.c +++ b/src/m17n-core.c @@ -37,20 +37,22 @@
  • SHELL API - It provides modules that utilize the m17n database. They load - various kinds of data from the database on demand. To use this - API, an application program must include and be linked by - -lm17n-core -lm17n. With that, CORE API is also available. + It provides modules that utilize the m17n database (code + conversion, character property, etc). They load various kinds of + data from the database on demand. To use this API, an application + program must include and be linked by -lm17n. With that, + CORE API is also available.
  • GUI API It provides GUI modules such as drawing and inputting M-texts on a - window system. The API itself is independent on a window system, - but the m17n library must be configured to use a specific window - system. Currently, we support only the X Window System. To use - this API, an application program must include and - , and be linked by -lm17n-core -lm17n -lm17n-X. With - that, CORE and SHELL APIs are also available. + graphic device. The API itself is independent on a graphic device + but most of functions require an argument MFrame which is for a + specific type of graphic device. Currently, X Window System, + gdImagePtr of GD library, and null device are supported as a + graphic device. To use this API, an application program must + include , and be linked by -lm17n-gui. With that, + CORE and SHELL APIs are also available.
  • MISC API