mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-02 22:30:39 +00:00
Add FTFaceH_GetMaxVerticalAdvance function
This commit is contained in:
parent
e447f071ce
commit
d27c3eee24
1 changed files with 7 additions and 0 deletions
|
@ -122,6 +122,12 @@ s32 FTFaceH_GetMaxHorizontalAdvance()
|
||||||
return CELL_OK;
|
return CELL_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
s32 FTFaceH_GetMaxVerticalAdvance()
|
||||||
|
{
|
||||||
|
UNIMPLEMENTED_FUNC(cellFontFT);
|
||||||
|
return CELL_OK;
|
||||||
|
}
|
||||||
|
|
||||||
s32 FTFaceH_GetRenderBufferSize()
|
s32 FTFaceH_GetRenderBufferSize()
|
||||||
{
|
{
|
||||||
UNIMPLEMENTED_FUNC(cellFontFT);
|
UNIMPLEMENTED_FUNC(cellFontFT);
|
||||||
|
@ -217,6 +223,7 @@ DECLARE(ppu_module_manager::cellFontFT)("cellFontFT", []()
|
||||||
REG_FUNC(cellFontFT, FTFaceH_GetGlyphImage);
|
REG_FUNC(cellFontFT, FTFaceH_GetGlyphImage);
|
||||||
REG_FUNC(cellFontFT, FTFaceH_GetGlyphMetrics);
|
REG_FUNC(cellFontFT, FTFaceH_GetGlyphMetrics);
|
||||||
REG_FUNC(cellFontFT, FTFaceH_GetMaxHorizontalAdvance);
|
REG_FUNC(cellFontFT, FTFaceH_GetMaxHorizontalAdvance);
|
||||||
|
REG_FUNC(cellFontFT, FTFaceH_GetMaxVerticalAdvance);
|
||||||
REG_FUNC(cellFontFT, FTFaceH_GetRenderBufferSize);
|
REG_FUNC(cellFontFT, FTFaceH_GetRenderBufferSize);
|
||||||
REG_FUNC(cellFontFT, FTFaceH_GetRenderScale);
|
REG_FUNC(cellFontFT, FTFaceH_GetRenderScale);
|
||||||
REG_FUNC(cellFontFT, FTFaceH_GetRenderScalePoint);
|
REG_FUNC(cellFontFT, FTFaceH_GetRenderScalePoint);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue