Intranet Catprocess
  1. news...
  2. about Blackvoxel
  3. download
  4. manual
  5. videos
  6. about us
  1. GetFontPixel

    Description

    integer GetFontPixel(integer AsciiCode, integer x, integer y )

    Provides font pixel data for use with various drawing functions. This can be typicaly used for making scrolling texts in Indicator Light walls.

    Parameters

    AsciiCode : The ascii code of the character you want to get pixels from.

    x,y  : The coordinates of the pixel you want to get. Actual font is 8x8 pixels, so you can use values from 0 to 7 included. Other values will return (0) value.

    Return Value

    The RGBA color code corresponding to pixel of the specified character and provided positions.

    Example of use

    // To do...

    See Also

     

     
  2. Google+