Skip to content

Class evab::IFont

ClassList > evab > IFont

Abstract interface for font providers. More...

  • #include <evabIFont.h>

Inherited by the following classes: evab::Font8Bold, evab::Font8Compact, evab::Font8Sharp

Public Functions

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

Detailed Description

Defines the contract for font implementations that can provide vertical slices of character bitmaps.

Public Functions Documentation

function GetVerticalSlice

Gets a vertical slice (column) of a character.

virtual unsigned char evab::IFont::GetVerticalSlice (
    char aCharcode,
    unsigned char col
) const = 0

Parameters:

  • aCharcode ASCII character code
  • col Column index

Returns:

unsigned char Bitmap data for the specified column



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