CSPspEmu.Hle.Modules.libfont.sceLibFont.sceFontGetFontInfoByIndexNumber C# (CSharp) Method

sceFontGetFontInfoByIndexNumber() private method

private sceFontGetFontInfoByIndexNumber ( FontLibrary FontLibrary, FontInfo FontInfoPointer, int Unknown, int FontIndex ) : int
FontLibrary FontLibrary
FontInfoPointer CSPspEmu.Hle.Formats.Font.FontInfo
Unknown int
FontIndex int
return int
        public int sceFontGetFontInfoByIndexNumber(FontLibrary FontLibrary, FontInfo* FontInfoPointer, int Unknown, int FontIndex)
        {
            throw (new NotImplementedException());
        }