Skip to content

Class evab::Font8Bold

ClassList > evab > Font8Bold

8x8 bold font implementation More...

  • #include <evabFont8Bold.h>

Inherits the following classes: evab::IFont

Public Functions

Type Name
virtual unsigned char GetVerticalSlice (char aCharcode, unsigned char col) 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 bold 8x8 pixel font for display systems.

Public Functions Documentation

function GetVerticalSlice

Gets a vertical slice of a character.

virtual unsigned char evab::Font8Bold::GetVerticalSlice (
    char aCharcode,
    unsigned char col
) override const

Parameters:

  • aCharcode ASCII character code (32-126)
  • col 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/evabFont8Bold.h