]> git.saurik.com Git - apple/icu.git/blame - icuSources/samples/layout/rsurface.h
ICU-57131.0.1.tar.gz
[apple/icu.git] / icuSources / samples / layout / rsurface.h
CommitLineData
46f4442e
A
1/*
2 *
3 * (C) Copyright IBM Corp. 1998-2007 - All Rights Reserved
4 *
5 */
6
7#ifndef __RSURFACE_H
8#define __RSURFACE_H
9
10#include "loengine.h"
11
12typedef void rs_surface;
13
14U_CDECL_BEGIN
15
16void rs_drawGlyphs(rs_surface *surface, const le_font *font, const LEGlyphID *glyphs, le_int32 count,
17 const float *positions, le_int32 x, le_int32 y, le_int32 width, le_int32 height);
18
19U_CDECL_END
20
21#endif