GetMiniGlyphPtr
From WikiPrizm
Jump to navigationJump to search
Synopsis
Header: fxcg/display.h
Syscall index: 0x01E9
Function signature: void* GetMiniGlyphPtr(unsigned short mb_glyph_no, unsigned short* glyph_info)
Gets a pointer to a specified mini-size glyph.
Parameters
- mb_glyph_no - multi-byte number of the glyph. Most ASCII codes are supported just fine.
- glyph_info - pointer to a short that will hold the glyph width, once the function returns.
Returns
A pointer to the specified mini-size glyph.