|
Dillo v3.2.0-93-g6a586845
|
#include <unistd.h>#include <stdio.h>#include <errno.h>#include "dw/fltkcore.hh"#include "dw/hyphenator.hh"
Go to the source code of this file.
Functions | |
| void | hyph (dw::Hyphenator *h, const char *word, const char *parts) |
| dw::Hyphenator | get_hyphenator (const char *path) |
| void | hyph_en_us () |
| void | hyph_de () |
| int | main (void) |
Variables | |
| dw::fltk::FltkPlatform * | platform |
| dw::Hyphenator get_hyphenator | ( | const char * | path | ) |
Definition at line 63 of file liang.cc.
References path().
Referenced by hyph_de(), and hyph_en_us().
| void hyph | ( | dw::Hyphenator * | h, |
| const char * | word, | ||
| const char * | parts | ||
| ) |
Definition at line 35 of file liang.cc.
References dw::Hyphenator::hyphenateWord(), and platform.
Referenced by hyph_de(), and hyph_en_us().
| void hyph_de | ( | ) |
Definition at line 84 of file liang.cc.
References get_hyphenator(), and hyph().
Referenced by main().
| void hyph_en_us | ( | ) |
Definition at line 74 of file liang.cc.
References get_hyphenator(), and hyph().
Referenced by main().
| int main | ( | void | ) |
Definition at line 98 of file liang.cc.
References hyph_de(), hyph_en_us(), and platform.
| dw::fltk::FltkPlatform* platform |