#include "LETypes.h"
#include "LEFontInstance.h"
#include "LEGlyphFilter.h"
#include "unicode/utypes.h"
#include <string.h>
Go to the source code of this file.
Compounds | |
class | LayoutEngine |
Defines | |
#define | ARRAY_COPY(dst, src, count) memcpy(dst, src, (count) * sizeof (src)[0]) |
|
Definition at line 20 of file LayoutEngine.h. Referenced by LayoutEngine::getCharIndices(), LayoutEngine::getGlyphPositions(), and LayoutEngine::getGlyphs(). |