X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fhb-icu.h;h=ecabec29fb695e9e4e45bdbbb82d80b23f4b90a5;hb=2e18c6dbdfbbfdec0490260bb7cb5213551b2188;hp=ca8031c50112a1073e52c403903ba2184a00c864;hpb=8fb3d1aa4e613cdf965a83bd650c668884c58ad8;p=framework%2Fuifw%2Fharfbuzz.git diff --git a/src/hb-icu.h b/src/hb-icu.h index ca8031c..ecabec2 100644 --- a/src/hb-icu.h +++ b/src/hb-icu.h @@ -1,7 +1,8 @@ /* - * Copyright (C) 2009 Red Hat, Inc. + * Copyright © 2009 Red Hat, Inc. + * Copyright © 2011 Google, Inc. * - * This is part of HarfBuzz, an OpenType Layout engine library. + * This is part of HarfBuzz, a text shaping library. * * Permission is hereby granted, without written agreement and without * license or royalty fees, to use, copy, modify, and distribute this @@ -22,18 +23,30 @@ * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. * * Red Hat Author(s): Behdad Esfahbod + * Google Author(s): Behdad Esfahbod */ #ifndef HB_ICU_H #define HB_ICU_H #include "hb.h" +#include + HB_BEGIN_DECLS + +hb_script_t +hb_icu_script_to_script (UScriptCode script); + +UScriptCode +hb_icu_script_from_script (hb_script_t script); + + hb_unicode_funcs_t * hb_icu_get_unicode_funcs (void); + HB_END_DECLS #endif /* HB_ICU_H */