Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. setGlyphItemIterGlyphItem :: MonadIO m => GlyphItemIter -> Ptr GlyphItem -> m ()

    gi-pango GI.Pango.Structs.GlyphItemIter

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

    set glyphItemIter [ #glyphItem := value ]
    

  2. setGlyphItemIterStartChar :: MonadIO m => GlyphItemIter -> Int32 -> m ()

    gi-pango GI.Pango.Structs.GlyphItemIter

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

    set glyphItemIter [ #startChar := value ]
    

  3. setGlyphItemIterStartGlyph :: MonadIO m => GlyphItemIter -> Int32 -> m ()

    gi-pango GI.Pango.Structs.GlyphItemIter

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

    set glyphItemIter [ #startGlyph := value ]
    

  4. setGlyphItemIterStartIndex :: MonadIO m => GlyphItemIter -> Int32 -> m ()

    gi-pango GI.Pango.Structs.GlyphItemIter

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

    set glyphItemIter [ #startIndex := value ]
    

  5. setGlyphItemIterText :: MonadIO m => GlyphItemIter -> CString -> m ()

    gi-pango GI.Pango.Structs.GlyphItemIter

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

    set glyphItemIter [ #text := value ]
    

  6. setGlyphStringLogClusters :: MonadIO m => GlyphString -> Int32 -> m ()

    gi-pango GI.Pango.Structs.GlyphString

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

    set glyphString [ #logClusters := value ]
    

  7. setGlyphStringNumGlyphs :: MonadIO m => GlyphString -> Int32 -> m ()

    gi-pango GI.Pango.Structs.GlyphString

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

    set glyphString [ #numGlyphs := value ]
    

  8. setGlyphVisAttrIsClusterStart :: MonadIO m => GlyphVisAttr -> Word32 -> m ()

    gi-pango GI.Pango.Structs.GlyphVisAttr

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

    set glyphVisAttr [ #isClusterStart := value ]
    

  9. setGlyphVisAttrIsColor :: MonadIO m => GlyphVisAttr -> Word32 -> m ()

    gi-pango GI.Pango.Structs.GlyphVisAttr

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

    set glyphVisAttr [ #isColor := value ]
    

  10. setItemLength :: MonadIO m => Item -> Int32 -> m ()

    gi-pango GI.Pango.Structs.Item

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

    set item [ #length := value ]
    

Page 337 of many | Previous | Next