OpenGlTexture.this

Generates from text. Requires ttf.d pass a pointer to the TtfFont as the first arg (it is template cuz of lazy importing, not because it actually works with different types)

  1. this(TrueColorImage from)
  2. this(FONT* font, int size, T[] text)
    class OpenGlTexture
    this
    (
    T
    FONT
    )
    (
    FONT* font
    ,
    int size
    ,
    in T[] text
    )
    if (
    is(T == char)
    )
  3. this()

Meta