gi-pango-0.1.38.12: Pango bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.Pango.Structs.Matrix

Contents

Description

A structure specifying a transformation between user-space coordinates and device coordinates. The transformation is given by

programlisting x_device = x_user * matrix->xx + y_user * matrix->xy + matrix->x0; y_device = x_user * matrix->yx + y_user * matrix->yy + matrix->y0; /programlisting

Synopsis

Exported types

newtype Matrix Source

Constructors

Matrix (ForeignPtr Matrix) 

Instances

Methods

matrixConcat

matrixCopy

matrixFree

matrixGetFontScaleFactor

matrixGetFontScaleFactors

matrixRotate

matrixScale

matrixTransformDistance

matrixTransformPoint

matrixTranslate

Properties

X0

Xx

Xy

Y0

Yx

Yy