Skip to content

Class evab::Font8Sharp

ClassList > evab > Font8Sharp

8x8 thin font implementation More...

  • #include <evabFont8Sharp.h>

Inherits the following classes: evab::IFont

Public Functions

Type Name
virtual unsigned char GetVerticalSlice (char aCharcode, unsigned char aCutColumn) override const
Gets a vertical slice of a character.

Public Functions inherited from evab::IFont

See evab::IFont

Type Name
virtual unsigned char GetVerticalSlice (char aCharcode, unsigned char col) const = 0
Gets a vertical slice (column) of a character.

Detailed Description

Provides a thin 8x8 pixel font for display systems.

Public Functions Documentation

function GetVerticalSlice

Gets a vertical slice of a character.

virtual unsigned char evab::Font8Sharp::GetVerticalSlice (
    char aCharcode,
    unsigned char aCutColumn
) override const

Parameters:

  • aCharcode ASCII character code (32-126)
  • aCutColumn Column index (0-7)

Returns:

unsigned char Bitmap data for the specified column

Implements evab::IFont::GetVerticalSlice



The documentation for this class was generated from the following file src/evabFont8Sharp.h