Dillo v3.1.1-46-g8a360e32
Loading...
Searching...
No Matches
liang.cc File Reference
#include <unistd.h>
#include <stdio.h>
#include <errno.h>
#include "dw/fltkcore.hh"
#include "dw/hyphenator.hh"
Include dependency graph for liang.cc:

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::FltkPlatformplatform
 

Function Documentation

◆ get_hyphenator()

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().

◆ hyph()

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().

◆ hyph_de()

void hyph_de ( )

Definition at line 84 of file liang.cc.

References get_hyphenator(), and hyph().

Referenced by main().

◆ hyph_en_us()

void hyph_en_us ( )

Definition at line 74 of file liang.cc.

References get_hyphenator(), and hyph().

Referenced by main().

◆ main()

int main ( void  )

Definition at line 98 of file liang.cc.

References hyph_de(), hyph_en_us(), and platform.

Variable Documentation

◆ platform

Definition at line 33 of file liang.cc.

Referenced by hyph(), and main().