|
|
|
|
|
| Description |
| Function used to draw text
|
|
| Synopsis |
|
|
|
|
| Text
|
|
| drawText :: Float -> Float -> String -> PdfCmd |
| Stroke text at a given position and use the current font settings
|
|
| clipText :: Float -> Float -> String -> PdfCmd |
| Intersect clip region with text shape
|
|
| fillAndDrawText :: Float -> Float -> String -> PdfCmd |
| Fill and stroke text at a given position and use the current font settings
|
|
| fillText :: Float -> Float -> String -> PdfCmd |
| Fill text at a given position and use the current font settings
|
|
| charSpacing :: Float -> PdfCmd |
| Set char spacing value
|
|
| wordSpacing :: Float -> PdfCmd |
| Set word spacing value
|
|
| textLeading :: Float -> PdfCmd |
| Set text leading value (used for line separation when text is containing a \n)
|
|
| pdfString :: String -> [PdfString] |
| Create a pdf string
|
|
| Produced by Haddock version 0.8 |