projects
/
platform
/
upstream
/
libHarfBuzzSharp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
826e227
)
Minor
author
Behdad Esfahbod
<behdad@behdad.org>
Mon, 8 Aug 2011 01:49:30 +0000
(
03:49
+0200)
committer
Behdad Esfahbod
<behdad@behdad.org>
Mon, 8 Aug 2011 01:50:38 +0000
(
03:50
+0200)
TODO
patch
|
blob
|
history
src/hb-shape.cc
patch
|
blob
|
history
diff --git
a/TODO
b/TODO
index
577843f
..
917f131
100644
(file)
--- a/
TODO
+++ b/
TODO
@@
-41,8
+41,6
@@
API to add (maybe after 1.0):
- SFNT api? get_num_faces? get_table_tags? (there's something in stash)
-- Full matrix instead of scale?
-
- Add segmentation API
- Add hb-fribidi?
diff --git
a/src/hb-shape.cc
b/src/hb-shape.cc
index
7833a39
..
02d29bd
100644
(file)
--- a/
src/hb-shape.cc
+++ b/
src/hb-shape.cc
@@
-124,6
+124,8
@@
hb_shape_full (hb_font_t *font,
const char *shaper_options,
const char **shaper_list)
{
+ /* TODO
+ * This function, and shaper_list handling need to be redone. */
if (likely (!shaper_list))
shaper_list = static_shaper_list.shaper_list;