HPDF-1.4.10: Generation of PDF documents

Copyright(c) 2006-2016 alpheccar.org
LicenseBSD-style
Maintainermisc@NOSPAMalpheccar.org
Stabilityexperimental
Portabilityportable
Safe HaskellSafe
LanguageHaskell2010

Graphics.PDF.Hyphenate

Contents

Description

Hyphenate a string

Synopsis

Type

data HyphenationDatabase #

Hyphenation databases

data MapString v #

Instances

Eq v => Eq (MapString v) # 

Methods

(==) :: MapString v -> MapString v -> Bool #

(/=) :: MapString v -> MapString v -> Bool #

Show v => Show (MapString v) # 

Hyphenation databases

mkCustomLanguage #

Arguments

:: [String]

Exceptions

-> [String]

Patterns

-> HyphenationDatabase 

Create a custom language for hyphenation

Hyphenation

hyphenate #

Arguments

:: HyphenationDatabase

Hyphenation database to use to hyphenate the word

-> String

Word to hyphenate

-> [String] 

Hyphenate a string