harud.util

This module contains some common utilities used by harud

Members

Enums

MaterializeColor
enum MaterializeColor
Undocumented in source.
StandardFont
enum StandardFont
Undocumented in source.

Functions

createPdfRect
Rect createPdfRect(float xLeft, float yBottom, float width, float height)

Creates a rectangle with the pdf convention.

createTopLeftRect
Rect createTopLeftRect(float xLeft, float yTop, float width, float height)

Creates a rectangle starting from the top left corner.

getColor
HaruCMYKColor getColor()
Undocumented in source. Be warned that the author may not have intended to support it.
getFont
Font getFont(Doc pdf, StandardFont font)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta