Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
PangoDirectionWeakRtl :: PangoDirectionpango Graphics.Rendering.Pango.Enums No documentation available.
-
pango Graphics.Rendering.Pango.Enums The PangoGravity type represents the orientation of glyphs in a segment of text. The value GravitySouth, for instance, indicates that the text stands upright, i.e. that the base of the letter is directed downwards. This is useful when rendering vertical text layouts. In those situations, the layout is rotated using a non-identity PangoMatrix, and then glyph orientation is controlled using PangoGravity. Not every value in this enumeration makes sense for every usage of Gravity; for example, PangoGravityAuto only can be passed to pangoContextSetBaseGravity and can only be returned by pangoContextGetBaseGravity.
- See also: PangoGravityHint
- Gravity is resolved from the context matrix.
- Since Pango 1.16
PangoGravityAuto :: PangoGravitypango Graphics.Rendering.Pango.Enums No documentation available.
PangoGravityEast :: PangoGravitypango Graphics.Rendering.Pango.Enums No documentation available.
-
pango Graphics.Rendering.Pango.Enums The PangoGravityHint defines how horizontal scripts should behave in a vertical context.
- PangoGravityHintNatural: scripts will take their natural gravity based on the base gravity and the script. This is the default.
- PangoGravityHintStrong: always use the base gravity set, regardless of the script.
- PangoGravityHintLine: for scripts not in their natural direction (eg. Latin in East gravity), choose per-script gravity such that every script respects the line progression. This means, Latin and Arabic will take opposite gravities and both flow top-to-bottom for example.
PangoGravityHintLine :: PangoGravityHintpango Graphics.Rendering.Pango.Enums No documentation available.
PangoGravityHintNatural :: PangoGravityHintpango Graphics.Rendering.Pango.Enums No documentation available.
PangoGravityHintStrong :: PangoGravityHintpango Graphics.Rendering.Pango.Enums No documentation available.
PangoGravityNorth :: PangoGravitypango Graphics.Rendering.Pango.Enums No documentation available.
PangoGravitySouth :: PangoGravitypango Graphics.Rendering.Pango.Enums No documentation available.