KW_LoadFontFromMemory

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. KW_Font* KW_LoadFontFromMemory(KW_RenderDriver* driver, void* fontMemory, ulong memSize, uint ptSize)
    version(BindKiwi_Static)
    extern (C) @nogc nothrow
    KW_LoadFontFromMemory
    (,
    const void* fontMemory
    ,
    ulong memSize
    ,
    uint ptSize
    )
  2. pKW_LoadFontFromMemory KW_LoadFontFromMemory;

Meta