ScummVM API documentation
Sci::GfxFontSjis Class Reference

#include <fontsjis.h>

Inheritance diagram for Sci::GfxFontSjis:
Sci::GfxFont

Public Member Functions

 GfxFontSjis (GfxScreen *screen, GuiResourceId resourceId)
 
GuiResourceId getResourceId () override
 
byte getHeight () override
 
bool isDoubleByte (uint16 chr) override
 
byte getCharWidth (uint16 chr) override
 
void draw (uint16 chr, int16 top, int16 left, byte color, bool greyedOutput) override
 
- Public Member Functions inherited from Sci::GfxFont
virtual byte getCharHeight (uint16 chr)
 
virtual void drawToBuffer (uint16 chr, int16 top, int16 left, byte color, bool greyedOutput, byte *buffer, int16 width, int16 height)
 

Detailed Description

Special Font class, handles SJIS inside sci games, uses ScummVM SJIS support


The documentation for this class was generated from the following file: