HPDF-1.4.7: Generation of PDF documents

Copyright(c) 2006-2012, alpheccar.org
LicenseBSD-style
Maintainermisc@NOSPAMalpheccar.org
Stabilityexperimental
Portabilityportable
Safe HaskellSafe
LanguageHaskell98

Graphics.PDF.Hyphenate

Contents

Description

Hyphenate a string

Synopsis

Type

data HyphenationDatabase Source

Hyphenation databases

data MapString v Source

Instances

Eq v => Eq (MapString v) Source 
Show v => Show (MapString v) Source 

Hyphenation databases

mkCustomLanguage Source

Arguments

:: [String]

Exceptions

-> [String]

Patterns

-> HyphenationDatabase 

Create a custom language for hyphenation

Hyphenation

hyphenate Source

Arguments

:: HyphenationDatabase

Hyphenation database to use to hyphenate the word

-> String

Word to hyphenate

-> [String] 

Hyphenate a string