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. PangoRectangle :: Double -> Double -> Double -> Double -> PangoRectangle

    pango Graphics.Rendering.Pango

    No documentation available.

  2. type PangoUnit = Double

    pango Graphics.Rendering.Pango

    No documentation available.

  3. data PangoContext

    pango Graphics.Rendering.Pango.Context

    No documentation available.

  4. class GObjectClass o => PangoContextClass o

    pango Graphics.Rendering.Pango.Context

    No documentation available.

  5. data PangoAttribute

    pango Graphics.Rendering.Pango.Enums

    Attributes for PangoItems.

    • A given attribute is applied from its start position paStart up, but not including the end position, paEnd.

  6. data PangoDirection

    pango Graphics.Rendering.Pango.Enums

    The PangoDirection type represents a direction in the Unicode bidirectional algorithm.

    • The "weak" values denote a left-to-right or right-to-left direction only if there is no character with a strong direction in a paragraph. An example is a sequence of special, graphical characters which are neutral with respect to their rendering direction. A fresh PangoContext is by default weakly left-to-right.
    • Not every value in this enumeration makes sense for every usage of PangoDirection; for example, the return value of unicharDirection and findBaseDir cannot be PangoDirectionWeakLtr or PangoDirectionWeakRtl, since every character is either neutral or has a strong direction; on the other hand PangoDirectionNeutral doesn't make sense to pass to log2visGetEmbeddingLevels.

  7. PangoDirectionLtr :: PangoDirection

    pango Graphics.Rendering.Pango.Enums

    No documentation available.

  8. PangoDirectionNeutral :: PangoDirection

    pango Graphics.Rendering.Pango.Enums

    No documentation available.

  9. PangoDirectionRtl :: PangoDirection

    pango Graphics.Rendering.Pango.Enums

    No documentation available.

  10. PangoDirectionWeakLtr :: PangoDirection

    pango Graphics.Rendering.Pango.Enums

    No documentation available.

Page 583 of many | Previous | Next