textBlitter

Text blitter, mainly intended for single color texts, can work in other applications as long as they're correctly formatted, meaning: transparent pixels = 0, colored pixels = T.max

  1. void textBlitter(T* src, T* dest, size_t length, T color)
    @nogc pure nothrow
    void
    textBlitter
    (
    T
    )
    (
    T* src
    ,
    T* dest
    ,
    size_t length
    ,)
  2. void textBlitter(T* src, T* dest, T* dest0, size_t length, T color)

Meta