Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 33416
Collapse All | Expand All

(-)jahshaka/jah/objectlibs/FTGL/FTFace.cpp (-1 / +1 lines)
Lines 62-68 Link Here
62
{
62
{
63
    FT_Open_Args open;
63
    FT_Open_Args open;
64
64
65
    open.flags = (FT_Open_Flags)1; // FT_OPEN_MEMORY;
65
    open.flags = FT_OPEN_MEMORY;
66
    open.memory_base = (FT_Byte *)pBufferBytes;
66
    open.memory_base = (FT_Byte *)pBufferBytes;
67
    open.memory_size = bufferSizeInBytes;
67
    open.memory_size = bufferSizeInBytes;
68
68

Return to bug 33416