pixelToChar abstract method

Vec pixelToChar(
  1. Vec pixel
)

Given a point in pixel coordinates, returns the coordinates of the character that contains that pixel.

Implementation

Vec pixelToChar(Vec pixel);