Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(543)

Side by Side Diff: icu46/source/test/letest/cfonts.h

Issue 5516007: Check in the pristine copy of ICU 4.6... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « icu46/source/test/letest/SimpleFontInstance.cpp ('k') | icu46/source/test/letest/cfonts.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 /*
2 *
3 * (C) Copyright IBM Corp. 1998-2008 - All Rights Reserved
4 *
5 */
6
7 #ifndef __CFONTS_H
8 #define __CFONTS_H
9
10 #include "LETypes.h"
11 #include "loengine.h"
12
13 le_font *le_portableFontOpen(const char *fileName,
14 float pointSize,
15 LEErrorCode *status);
16
17 le_font *le_simpleFontOpen(float pointSize,
18 LEErrorCode *status);
19
20 void le_fontClose(le_font *font);
21
22 const char *le_getNameString(le_font *font, le_uint16 nameID, le_uint16 platform , le_uint16 encoding, le_uint16 language);
23
24 const LEUnicode16 *le_getUnicodeNameString(le_font *font, le_uint16 nameID, le_u int16 platform, le_uint16 encoding, le_uint16 language);
25
26 void le_deleteNameString(le_font *font, const char *name);
27
28 void le_deleteUnicodeNameString(le_font *font, const LEUnicode16 *name);
29
30 le_uint32 le_getFontChecksum(le_font *font);
31
32 #endif
OLDNEW
« no previous file with comments | « icu46/source/test/letest/SimpleFontInstance.cpp ('k') | icu46/source/test/letest/cfonts.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698