File evabIFont.h¶
File List > src > evabIFont.h
Go to the documentation of this file
#pragma once
namespace evab
{
class IFont
{
public:
virtual unsigned char GetVerticalSlice(char aCharcode, unsigned char col) const = 0;
};
}