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.

  1. PangoDirectionWeakRtl :: PangoDirection

    pango Graphics.Rendering.Pango.Enums

    No documentation available.

  2. data PangoGravity

    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

  3. PangoGravityAuto :: PangoGravity

    pango Graphics.Rendering.Pango.Enums

    No documentation available.

  4. PangoGravityEast :: PangoGravity

    pango Graphics.Rendering.Pango.Enums

    No documentation available.

  5. data PangoGravityHint

    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.

  6. PangoGravityHintLine :: PangoGravityHint

    pango Graphics.Rendering.Pango.Enums

    No documentation available.

  7. PangoGravityHintNatural :: PangoGravityHint

    pango Graphics.Rendering.Pango.Enums

    No documentation available.

  8. PangoGravityHintStrong :: PangoGravityHint

    pango Graphics.Rendering.Pango.Enums

    No documentation available.

  9. PangoGravityNorth :: PangoGravity

    pango Graphics.Rendering.Pango.Enums

    No documentation available.

  10. PangoGravitySouth :: PangoGravity

    pango Graphics.Rendering.Pango.Enums

    No documentation available.

Page 584 of many | Previous | Next