HPDF-0.3: PDF API for HaskellContentsIndex
Graphics.PDF.Text
Contents
Text
Description
Function used to draw text
Synopsis
drawText :: Float -> Float -> String -> PdfCmd
clipText :: Float -> Float -> String -> PdfCmd
fillAndDrawText :: Float -> Float -> String -> PdfCmd
fillText :: Float -> Float -> String -> PdfCmd
charSpacing :: Float -> PdfCmd
wordSpacing :: Float -> PdfCmd
textLeading :: Float -> PdfCmd
pdfString :: String -> [PdfString]
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