gi-harfbuzz-0.0.10: HarfBuzz bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.HarfBuzz.Structs.OtMathKernEntryT

Description

Data type to hold math kerning (cut-in) information for a glyph.

Since: 3.4.0

Synopsis

Exported types

newZeroOtMathKernEntryT :: MonadIO m => m OtMathKernEntryT Source #

Construct a OtMathKernEntryT struct initialized to zero.

Methods

Properties

kernValue

The kern value of the entry

getOtMathKernEntryTKernValue :: MonadIO m => OtMathKernEntryT -> m Int32 Source #

Get the value of the “kern_value” field. When overloading is enabled, this is equivalent to

get otMathKernEntryT #kernValue

setOtMathKernEntryTKernValue :: MonadIO m => OtMathKernEntryT -> Int32 -> m () Source #

Set the value of the “kern_value” field. When overloading is enabled, this is equivalent to

set otMathKernEntryT [ #kernValue := value ]

maxCorrectionHeight

The maximum height at which this entry should be used

getOtMathKernEntryTMaxCorrectionHeight :: MonadIO m => OtMathKernEntryT -> m Int32 Source #

Get the value of the “max_correction_height” field. When overloading is enabled, this is equivalent to

get otMathKernEntryT #maxCorrectionHeight

setOtMathKernEntryTMaxCorrectionHeight :: MonadIO m => OtMathKernEntryT -> Int32 -> m () Source #

Set the value of the “max_correction_height” field. When overloading is enabled, this is equivalent to

set otMathKernEntryT [ #maxCorrectionHeight := value ]