Function blendSubpixel

blend subpixel using alpha

void blendSubpixel(
  ubyte* dst,
  ubyte* src,
  uint alpha,
  int x0,
  SubpixelRenderingMode mode
);