Behdad Esfahbod
1ff7775051
Minor.
16 years ago
Behdad Esfahbod
3648bdf5b2
Fix FT_Face generic finalizer
16 years ago
Behdad Esfahbod
5a11c875d8
Cosmetic
16 years ago
Behdad Esfahbod
44533e773f
Fix warning
16 years ago
Behdad Esfahbod
bcc0406a52
include errno.h
16 years ago
Behdad Esfahbod
799b3c375a
Add debugging to object lifecycle
16 years ago
Behdad Esfahbod
25edb940ab
Cosmetic
16 years ago
Behdad Esfahbod
850dc5bb55
Return 0 from get_glyph_nil
16 years ago
Behdad Esfahbod
85555a9533
Initialize font->klass
16 years ago
Behdad Esfahbod
bcd26bd7b1
Add TODO item
16 years ago
Behdad Esfahbod
f4281e0a92
Fix ref counting
16 years ago
Behdad Esfahbod
6358ff45ae
Add hb_ft_face_create_cached
16 years ago
Behdad Esfahbod
2027f74b28
Add default positioning to hb-shape
16 years ago
Behdad Esfahbod
c3f9f7e59d
Fix MarkMark issue with ligid and components
16 years ago
Behdad Esfahbod
d0351314cd
Include stdio.h if debugging
16 years ago
Behdad Esfahbod
2e33669291
Add hb_font_get_*
16 years ago
Behdad Esfahbod
9bef3611f0
Rename [xy]_pos to [xy]_offset since we don't accumulate positions
16 years ago
Behdad Esfahbod
2daa47e9cd
Cosmetic
16 years ago
Behdad Esfahbod
2f50d87368
Start filling hb_shape() in
16 years ago
Behdad Esfahbod
ae070b7d39
Add script and language to buffer
16 years ago
Behdad Esfahbod
8a3511ac6c
Add hb_language_t as well as language/script conversion to OT tags
16 years ago
Behdad Esfahbod
4591753ad4
Define ARRAY_LENGTH
16 years ago
Behdad Esfahbod
214ac7c1ff
Another one
16 years ago
Behdad Esfahbod
1e91434569
Minor
16 years ago
Behdad Esfahbod
48de3730cd
Fix previous commit, ouch!
16 years ago
Behdad Esfahbod
e21899bc35
Fix array query API
...
The array query APIs now all do:
- Return the total number of items
- Take a start_offset, such that individual items can be fetched
- The _count IN/OUT variable always has number of items written
into the array upon return of the function
16 years ago
Behdad Esfahbod
3b59306b85
Finish FT glue. Rough and untested
16 years ago
Behdad Esfahbod
f8be443aec
Add TODO item
16 years ago
Behdad Esfahbod
7951279b4a
Implement nil font functions
16 years ago
Behdad Esfahbod
8fb3d1aa4e
Start ft glue
16 years ago
Behdad Esfahbod
d94647e2cd
Add ICU glue
16 years ago
Behdad Esfahbod
b7dd4b945b
Fix hb_be_uint16()
16 years ago
Behdad Esfahbod
cd7555eef2
Namespace MSVC defines in public header
16 years ago
Behdad Esfahbod
5ebabecef3
Move unicode_funcs to buffer
16 years ago
Behdad Esfahbod
d5a8e46099
[Makefile] Install hb-unicode.h
...
Separate OT headers also.
16 years ago
Behdad Esfahbod
63d7a41dd0
[TODO] Add item for fixing buffer error handling
16 years ago
Behdad Esfahbod
21d0fce3d5
Add check for not linking to libstdc++
16 years ago
Behdad Esfahbod
ca95ce460a
Use the C linker, not C++ linker
...
Such that we don't link to libstdc++.
16 years ago
Behdad Esfahbod
eb4ebda2d1
[configure] Fix check for FreeType
16 years ago
Behdad Esfahbod
cb0e99a5a7
[TODO] Remove obsolete item
16 years ago
Behdad Esfahbod
3a59ec37c5
Add bunch of TODO items
16 years ago
Behdad Esfahbod
ffbe0a853d
More MSVC fixes from Jonathan Kew
16 years ago
Behdad Esfahbod
d3480ba37f
Don't use zero-sized arrays
...
It's not part of the standard and MSVC doesn't like it. It makes the code
a lot less elegant than it used to be, but I think it should work now.
16 years ago
Behdad Esfahbod
6bec81aa3a
Cosmetic
16 years ago
Behdad Esfahbod
f94cf6b969
Another try at build without glib
16 years ago
Behdad Esfahbod
2f3e69f3cb
Fix build without glib, again
16 years ago
Behdad Esfahbod
d03f818659
Disable configure cache
16 years ago
Behdad Esfahbod
a6451aa626
We don't really use gthread directly
16 years ago
Behdad Esfahbod
63a792a811
Update Makefile to build without glib
16 years ago
Behdad Esfahbod
68a2c771e2
Build without glib
...
Thready-safety disabled in that case, until we add support for pthread, etc.
Fun...
16 years ago