Difference between revisions of "GetMiniGlyphPtr"
From WikiPrizm
Jump to navigationJump to search (Created page with "{{syscall | name = GetMiniGlyphPtr | index = 0x01E9 | signature = void* GetMiniGlyphPtr(unsigned short mb_glyph_no, unsigned short* glyph_info) | header = fxcg/display.h | par...") |
|||
Line 4: | Line 4: | ||
| signature = void* GetMiniGlyphPtr(unsigned short mb_glyph_no, unsigned short* glyph_info) | | signature = void* GetMiniGlyphPtr(unsigned short mb_glyph_no, unsigned short* glyph_info) | ||
| header = fxcg/display.h | | header = fxcg/display.h | ||
− | | parameters = * '''mb_glyph_no''' - multi-byte number of the glyph. Most ASCII codes are supported just fine. | + | | parameters = * '''mb_glyph_no''' - [[Multi-byte_strings|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. | * '''glyph_info''' - pointer to a short that will hold the glyph width, once the function returns. | ||
| synopsis = Gets a pointer to a specified mini-size glyph. | | synopsis = Gets a pointer to a specified mini-size glyph. | ||
| returns = A pointer to the specified mini-size glyph. | | returns = A pointer to the specified mini-size glyph. | ||
}} | }} |
Latest revision as of 08:06, 4 August 2014
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.