Function blendSubpixel

Blend subpixel using alpha

void blendSubpixel (
  ref uint dst,
  uint src,
  uint alpha,
  int x0,
  SubpixelRenderingMode mode
) nothrow @safe;