Chun-wei Fan
8e4ad1d7a0
builds: Fix and clean up MSVC DLL builds
...
Instead of passing a CFLAG/CXXFLAG to define HB_EXTERN, define it
directly in src/hb.hh as __declspec(dllexport) extern when we are
building HarfBuzz as DLLs on Visual Studio. Define HB_INTERNAL
as nothing without defining HB_NO_VISIBILITY when building HarfBuzz as
DLLs to avoid linker errors on Visual Studio builds.
Also "install" harfbuzz-subset.dll into $(PREFIX)\bin as the
hb-subset utility will depend on that DLL at runtime, when HarfBuzz is
built as DLLs. Since it consists of private APIs that are subject to
change, we do not install its headers nor .lib file.
6 years ago
Behdad Esfahbod
e640f3a6b1
Another old bot fix
6 years ago
Behdad Esfahbod
e4f27f368f
Try fixing older bots
6 years ago
Behdad Esfahbod
bee93e2697
Add const to get_*_advances API
...
Ouch!
6 years ago
Behdad Esfahbod
eb2be97f86
Port test off deprecated API
6 years ago
Behdad Esfahbod
cc126f2817
Minor
6 years ago
Behdad Esfahbod
b2fbe55b82
[icu] Unbreak
6 years ago
Behdad Esfahbod
a353c1768d
Remove test for deprecated hb_set_invert()
6 years ago
Behdad Esfahbod
a52bc039c3
Properly remove deprecated stuff
6 years ago
Behdad Esfahbod
fc50916589
Remove deprecated decompose_compatibility stuff
6 years ago
Behdad Esfahbod
eed737f672
Remove deprecated eastasian_width
6 years ago
Behdad Esfahbod
47030b1855
[ft/ot] Remove implementation of deprecated kerning funcs
6 years ago
Behdad Esfahbod
977c8a8e5c
[kern] Minor
6 years ago
Behdad Esfahbod
ed5cfa42c7
[kern] Minor
6 years ago
Behdad Esfahbod
d219f899f4
Deprecate font kern API
6 years ago
Behdad Esfahbod
a51958819f
Apply TrueType/OpenType kern table when GPOS kern feature is not available
...
Fixes https://github.com/harfbuzz/harfbuzz/issues/250
6 years ago
Behdad Esfahbod
09ad2613c8
Separate fallback kern vs mark positioning
6 years ago
Behdad Esfahbod
3c23ff9b7c
[kern] Add kerning driver to TT kern table
6 years ago
Behdad Esfahbod
683c3a9533
[kern] Abstract away kerning machine
6 years ago
Behdad Esfahbod
fb4f438381
Add HB_DEPRECATED
...
Fixes https://github.com/harfbuzz/harfbuzz/issues/1232
6 years ago
Behdad Esfahbod
80e3102b8a
[kerx] Process coverage flags
6 years ago
Behdad Esfahbod
26d7305da7
Deprecate decompose_compatibility stuff
6 years ago
Behdad Esfahbod
42b51eee54
Deprecate eastasian_width stuff
6 years ago
Behdad Esfahbod
286a45641f
Minor
6 years ago
Behdad Esfahbod
c0d3bf1baf
Minor
6 years ago
Behdad Esfahbod
9c1bb81f5c
[test/text-rendering-tests] Update from upstream
6 years ago
Behdad Esfahbod
1a5a3325a2
[kerx] Minor
6 years ago
Behdad Esfahbod
d62b4011cc
[kern] Shout less
6 years ago
Behdad Esfahbod
c6bb3a588f
[kerx] Clean up Format2
6 years ago
Behdad Esfahbod
8aa83d97f9
[kern/kerx] Fix Format2 offsetting
...
"The values in the right class table are stored pre-multiplied by the
number of bytes in a single kerning value, and the values in the left
class table are stored pre-multiplied by the number of bytes in one
row. This eliminates needing to multiply the row and column values
together to determine the location of the kerning value. The array can
be indexed by doing the right- and left-hand class mappings, adding the
class values to the address of the array, and fetching the kerning
value to which the new address points."
6 years ago
Behdad Esfahbod
ed2a404272
[kerx] Clean up Format0
6 years ago
Behdad Esfahbod
4c3b19d52e
Support HBUINT32 BinSearchArrayOf
6 years ago
Behdad Esfahbod
456a68c506
Move code
6 years ago
Behdad Esfahbod
3515c8b187
[aat] Rename
6 years ago
Behdad Esfahbod
e42cd58c99
Rename invisible_codepoint to invisible_glyph in API
...
Deleted recently added API:
hb_buffer_set_invisible_codepoint()
hb_buffer_get_invisible_codepoint()
hb-shape / hb-view --invisible-codepoint
New API:
hb_buffer_set_invisible_glyph()
hb_buffer_get_invisible_glyph()
hb-shape / hb-view --invisible-glyph
Fixes https://github.com/harfbuzz/harfbuzz/issues/1216
6 years ago
Behdad Esfahbod
2a5cb37fdb
Revert "[morx] Fix MORX-35"
...
This reverts commit f62f6e90ad
.
6 years ago
Behdad Esfahbod
14ebf8af0c
[buffer] Improve shift_forward()
...
"Improve" is a strong word in this case though, I understand.
6 years ago
Behdad Esfahbod
f62f6e90ad
[morx] Fix MORX-35
...
Fixes https://github.com/harfbuzz/harfbuzz/issues/1224
6 years ago
Behdad Esfahbod
94368855c6
Remove some code
...
We use scratch-flags to short-circuit this function. No need for previous
early loop.
6 years ago
Behdad Esfahbod
c07b91b812
[test/text-rendering-tests] Update from upstream
6 years ago
Behdad Esfahbod
fdce1e1543
[kerx] Clean up kerx and KerxTable structures
6 years ago
Behdad Esfahbod
71b65eb27d
Add API for setting invisible-codepoint
...
Fixes https://github.com/harfbuzz/harfbuzz/issues/1216
New API:
hb_buffer_set_invisible_codepoint()
hb_buffer_get_invisible_codepoint()
hb-shape / hb-view --invisible-codepoint
6 years ago
Behdad Esfahbod
13da3be0b3
[ot-font] Load hmtx/vmtx lazily
...
Since we have get_*_advanes() API now, the overhead is once per shape,
not once per glyph.
Only cmap is warmed-up at set_funcs() time now.
6 years ago
Behdad Esfahbod
856db4c918
Minor
6 years ago
Behdad Esfahbod
f92330b5e0
Minor
6 years ago
Behdad Esfahbod
b2e398c077
[coretext] Fix OS X check
...
Fixes https://github.com/harfbuzz/harfbuzz/issues/1230
6 years ago
Behdad Esfahbod
7ee50af836
[morx] Fix memory access issues with unsafe_to_break
6 years ago
Ebrahim Byagowi
f58c517589
Make msan output a little more readable
6 years ago
Ebrahim Byagowi
e9abe33963
Use tempfile in run-tests as a fix for Windows CI fails ( #1228 )
6 years ago
Behdad Esfahbod
0816a54978
[uniscribe/coretext] Fix for previous change
6 years ago