platform/upstream/libHarfBuzzSharp.git
5 years agoSprinkle constexpr around
Behdad Esfahbod [Wed, 3 Jul 2019 00:55:58 +0000 (17:55 -0700)]
Sprinkle constexpr around

Being conservative.  Also not sure it makes any real difference
in our codebase.

5 years agoRemove unused 'inline' specifier
Behdad Esfahbod [Wed, 3 Jul 2019 00:11:09 +0000 (17:11 -0700)]
Remove unused 'inline' specifier

5 years ago[amalgam] Add hb.cc to git
Behdad Esfahbod [Tue, 2 Jul 2019 23:19:18 +0000 (16:19 -0700)]
[amalgam] Add hb.cc to git

Part of https://github.com/harfbuzz/harfbuzz/issues/1809

5 years agoMinor
Behdad Esfahbod [Tue, 2 Jul 2019 23:07:03 +0000 (16:07 -0700)]
Minor

5 years ago[amalgam] Fix UCD issue
Behdad Esfahbod [Tue, 2 Jul 2019 23:02:13 +0000 (16:02 -0700)]
[amalgam] Fix UCD issue

This actually makes it build now!

Part https://github.com/harfbuzz/harfbuzz/issues/1809

Keeping open to add tests, CI, etc.

5 years ago[amalgam] Fix CFF
Behdad Esfahbod [Tue, 2 Jul 2019 23:00:58 +0000 (16:00 -0700)]
[amalgam] Fix CFF

Part of https://github.com/harfbuzz/harfbuzz/issues/1809

5 years ago[amalgam] Finish fixing Indic-like shapers
Behdad Esfahbod [Tue, 2 Jul 2019 22:23:00 +0000 (15:23 -0700)]
[amalgam] Finish fixing Indic-like shapers

Part of https://github.com/harfbuzz/harfbuzz/issues/1809

5 years ago[use] Remove Syriac features
Behdad Esfahbod [Tue, 2 Jul 2019 22:19:39 +0000 (15:19 -0700)]
[use] Remove Syriac features

This was non-standard, and unused anyway.

5 years ago[amalgam] More Indic-like issues
Behdad Esfahbod [Tue, 2 Jul 2019 22:17:56 +0000 (15:17 -0700)]
[amalgam] More Indic-like issues

Part of https://github.com/harfbuzz/harfbuzz/issues/1809

5 years ago[amalgam] More
Behdad Esfahbod [Tue, 2 Jul 2019 22:09:26 +0000 (15:09 -0700)]
[amalgam] More

Part of https://github.com/harfbuzz/harfbuzz/issues/1809

5 years ago[amalgam] Fix most duplicate-id instances in Indic-like shapers
Behdad Esfahbod [Tue, 2 Jul 2019 21:42:45 +0000 (14:42 -0700)]
[amalgam] Fix most duplicate-id instances in Indic-like shapers

Part of https://github.com/harfbuzz/harfbuzz/issues/1809

5 years agoAdd make rule to build hb.cc
Behdad Esfahbod [Tue, 2 Jul 2019 21:26:45 +0000 (14:26 -0700)]
Add make rule to build hb.cc

Part of https://github.com/harfbuzz/harfbuzz/issues/1809

5 years agoAdd ucd-table make target
Behdad Esfahbod [Tue, 2 Jul 2019 21:18:38 +0000 (14:18 -0700)]
Add ucd-table make target

5 years agoadd bimap test along with bug fix/tweaks
Michiharu Ariza [Sun, 30 Jun 2019 23:13:07 +0000 (16:13 -0700)]
add bimap test along with bug fix/tweaks

5 years agoMerge pull request #1806 from carlo-bramini/master
Ebrahim Byagowi [Mon, 1 Jul 2019 15:38:22 +0000 (20:08 +0430)]
Merge pull request #1806 from carlo-bramini/master

Make harfbuzz working on all existing versions of Windows

5 years ago[dwrite] Apply minor style improves
Ebrahim Byagowi [Mon, 1 Jul 2019 15:00:21 +0000 (19:30 +0430)]
[dwrite] Apply minor style improves

5 years agoFix error rised by GCC8+
Carlo Bramini [Mon, 1 Jul 2019 14:06:43 +0000 (16:06 +0200)]
Fix error rised by GCC8+

5 years agoUse lower case file name with #include
Carlo Bramini [Mon, 1 Jul 2019 11:31:26 +0000 (13:31 +0200)]
Use lower case file name with #include

I tried to cross compile harfbuzz for Windows and an error was generated because `DWrite_1.h` was not found.
This happened because the filesystem is case sensitive and for this reason that include file was not found.
The right name of the file to be used is `dwrite_1.h`, with all letters not capitalized:
https://docs.microsoft.com/en-us/windows/desktop/api/dwrite_1/
I also verified in the installation of VS2017 with Windows Kit v10 and in that place it was also lower case.
So, in my opinion it should be better to change this.

5 years agoEmpty DIRECTWRITE_LIBS
Carlo Bramini [Sun, 30 Jun 2019 13:06:30 +0000 (15:06 +0200)]
Empty DIRECTWRITE_LIBS

Not used anymore since DWRITE is loaded dynamically.

5 years agoDynamically load DWRITE
Carlo Bramini [Sun, 30 Jun 2019 13:03:44 +0000 (15:03 +0200)]
Dynamically load DWRITE

Also checks if DWriteCreateFactory() has been executed successfully.

5 years ago[config] Fix CoreText build with NO_AAT
Behdad Esfahbod [Fri, 28 Jun 2019 23:00:37 +0000 (16:00 -0700)]
[config] Fix CoreText build with NO_AAT

5 years agoApply some minor improves on CFFIndex
Ebrahim Byagowi [Fri, 28 Jun 2019 19:30:00 +0000 (00:00 +0430)]
Apply some minor improves on CFFIndex

5 years agominor, reuse StructAtOffset logic in StructAtOffsetOrNull
Ebrahim Byagowi [Fri, 28 Jun 2019 19:14:14 +0000 (23:44 +0430)]
minor, reuse StructAtOffset logic in StructAtOffsetOrNull

5 years agominor style improve in hb-cff-interp-common.hh
Ebrahim Byagowi [Fri, 28 Jun 2019 18:41:52 +0000 (23:11 +0430)]
minor style improve in hb-cff-interp-common.hh

5 years agostyle fix for pylint complain
Ebrahim Byagowi [Fri, 28 Jun 2019 18:23:51 +0000 (22:53 +0430)]
style fix for pylint complain

5 years ago[config] Add links
Behdad Esfahbod [Thu, 27 Jun 2019 21:48:10 +0000 (14:48 -0700)]
[config] Add links

5 years ago[test] Make Unicode tests strict against internal UCD
Behdad Esfahbod [Thu, 27 Jun 2019 20:42:51 +0000 (13:42 -0700)]
[test] Make Unicode tests strict against internal UCD

https://github.com/harfbuzz/harfbuzz/pull/1799

5 years agoTest at least one character per Unicode version
David Corbett [Thu, 27 Jun 2019 01:10:11 +0000 (21:10 -0400)]
Test at least one character per Unicode version

5 years agoMerge pull request #1800 from harfbuzz/harfbuzz/cffnull_fix2
Ebrahim Byagowi [Thu, 27 Jun 2019 17:39:28 +0000 (22:09 +0430)]
Merge pull request #1800 from harfbuzz/harfbuzz/cffnull_fix2

[CFF] fix for Subrs null ptr access

5 years agoadd test case file
Michiharu Ariza [Thu, 27 Jun 2019 15:43:31 +0000 (08:43 -0700)]
add test case file

5 years agoalternate fix for https://crbug.com/971933
Michiharu Ariza [Wed, 26 Jun 2019 22:58:38 +0000 (15:58 -0700)]
alternate fix for https://crbug.com/971933

5 years ago[config] Don't disable emoji sequences in HB_TINY
Behdad Esfahbod [Wed, 26 Jun 2019 21:57:48 +0000 (14:57 -0700)]
[config] Don't disable emoji sequences in HB_TINY

It makes sense to disable this code these if editing is not needed.
However, this is also necessary to correctly display emoji sequences
in right-to-left direction.  For that reason, don't auto-disable it.

5 years ago[config] Compile out modified combining-class if HB_NO_OT_SHAPE
Behdad Esfahbod [Wed, 26 Jun 2019 21:51:17 +0000 (14:51 -0700)]
[config] Compile out modified combining-class if HB_NO_OT_SHAPE

Part of https://github.com/harfbuzz/harfbuzz/issues/1652

5 years ago[emoji] Port generator to packtab
Behdad Esfahbod [Wed, 26 Jun 2019 21:49:15 +0000 (14:49 -0700)]
[emoji] Port generator to packtab

5 years ago[config] Add HB_NO_EMOJI
Behdad Esfahbod [Wed, 26 Jun 2019 21:29:39 +0000 (14:29 -0700)]
[config] Add HB_NO_EMOJI

Part of https://github.com/harfbuzz/harfbuzz/issues/1652

5 years ago[config] Add HB_NO_SHAPER
Behdad Esfahbod [Wed, 26 Jun 2019 20:58:40 +0000 (13:58 -0700)]
[config] Add HB_NO_SHAPER

Don't know who would want when why.  But makes sense to have.

5 years ago[config] Add HB_NO_OT_TAG
Behdad Esfahbod [Wed, 26 Jun 2019 20:49:42 +0000 (13:49 -0700)]
[config] Add HB_NO_OT_TAG

Part of https://github.com/harfbuzz/harfbuzz/issues/1652

5 years ago[config] Fix build with HB_NO_OT_LAYOUT
Behdad Esfahbod [Wed, 26 Jun 2019 20:44:10 +0000 (13:44 -0700)]
[config] Fix build with HB_NO_OT_LAYOUT

5 years ago[config] Add dependency
Behdad Esfahbod [Wed, 26 Jun 2019 20:38:14 +0000 (13:38 -0700)]
[config] Add dependency

5 years ago[config] Add dependency
Behdad Esfahbod [Wed, 26 Jun 2019 20:31:51 +0000 (13:31 -0700)]
[config] Add dependency

5 years ago[config] Rename HB_NO_SHAPE_AAT to HB_NO_AAT_SHAPE
Behdad Esfahbod [Wed, 26 Jun 2019 20:31:01 +0000 (13:31 -0700)]
[config] Rename HB_NO_SHAPE_AAT to HB_NO_AAT_SHAPE

5 years ago[config] Add HB_NO_OT_LAYOUT
Behdad Esfahbod [Wed, 26 Jun 2019 20:29:58 +0000 (13:29 -0700)]
[config] Add HB_NO_OT_LAYOUT

Part of https://github.com/harfbuzz/harfbuzz/issues/1652

5 years ago[config] Enable HB_NO_OT_FONT in HB_NO_OT
Behdad Esfahbod [Wed, 26 Jun 2019 20:25:02 +0000 (13:25 -0700)]
[config] Enable HB_NO_OT_FONT in HB_NO_OT

5 years ago[config] Add HB_NO_OT_SHAPE / HB_NO_OT
Behdad Esfahbod [Wed, 26 Jun 2019 20:21:03 +0000 (13:21 -0700)]
[config] Add HB_NO_OT_SHAPE / HB_NO_OT

Part of https://github.com/harfbuzz/harfbuzz/issues/1652

5 years agoFail compile if no shapers enabled
Behdad Esfahbod [Wed, 26 Jun 2019 20:01:58 +0000 (13:01 -0700)]
Fail compile if no shapers enabled

5 years ago[src] Add make targets "tiny" and "tinyz"
Behdad Esfahbod [Wed, 26 Jun 2019 19:53:57 +0000 (12:53 -0700)]
[src] Add make targets "tiny" and "tinyz"

5 years ago2.5.3
Behdad Esfahbod [Wed, 26 Jun 2019 17:44:10 +0000 (10:44 -0700)]
2.5.3

5 years ago[gen-ucd] Protect against accidents like previous commit
Behdad Esfahbod [Wed, 26 Jun 2019 02:07:07 +0000 (19:07 -0700)]
[gen-ucd] Protect against accidents like previous commit

https://github.com/harfbuzz/harfbuzz/pull/1796

5 years ago[ucd] Include scripts added in Unicode 10 or later
David Corbett [Wed, 26 Jun 2019 01:08:14 +0000 (21:08 -0400)]
[ucd] Include scripts added in Unicode 10 or later

5 years agominor
Michiharu Ariza [Thu, 20 Jun 2019 23:22:08 +0000 (16:22 -0700)]
minor

5 years agoadd ops & methods to hb_bimap_t making it more like hb_map_t
Michiharu Ariza [Thu, 20 Jun 2019 21:33:09 +0000 (14:33 -0700)]
add ops & methods to hb_bimap_t making it more like hb_map_t
moved has () to hb_bimap_t from hb_inc_bimap_t
moved identity () to hb_inc_bimap_t
removed forward()

5 years agoadd hb_bimap_t, subclass hb_inc_bimap_t replacing CFF::remap_t
Michiharu Ariza [Tue, 18 Jun 2019 05:12:40 +0000 (22:12 -0700)]
add hb_bimap_t, subclass hb_inc_bimap_t replacing CFF::remap_t

5 years agoCategorize U+1133B for use in Tamil
David Corbett [Tue, 25 Jun 2019 14:14:03 +0000 (10:14 -0400)]
Categorize U+1133B for use in Tamil

5 years agoCorrect "nonunihan" to "nounihan"
David Corbett [Tue, 25 Jun 2019 01:54:26 +0000 (21:54 -0400)]
Correct "nonunihan" to "nounihan"

5 years agoReplace create_from_file with empty blob if HB_NO_OPEN is defined
Ebrahim Byagowi [Mon, 24 Jun 2019 21:12:42 +0000 (01:42 +0430)]
Replace create_from_file with empty blob if HB_NO_OPEN is defined

5 years agoCast long->size_t to ensure comparison of similar types
GaryQian [Mon, 24 Jun 2019 19:57:13 +0000 (12:57 -0700)]
Cast long->size_t to ensure comparison of similar types

5 years ago[ucd] Use custom encoding to shrink composition data
Behdad Esfahbod [Mon, 24 Jun 2019 19:37:23 +0000 (12:37 -0700)]
[ucd] Use custom encoding to shrink composition data

Saves another 2.5kb.

Part of https://github.com/harfbuzz/harfbuzz/issues/1652

5 years ago[ucd] Save a few more bytes
Behdad Esfahbod [Mon, 24 Jun 2019 00:14:27 +0000 (17:14 -0700)]
[ucd] Save a few more bytes

Part of https://github.com/harfbuzz/harfbuzz/issues/1652

5 years ago[subset] VORG table to use _subset2 method and new iterator frameworks
Qunxin Liu [Wed, 12 Jun 2019 18:02:48 +0000 (11:02 -0700)]
[subset] VORG table to use _subset2 method and new iterator frameworks

5 years agoMerge pull request #1788 from jameshilliard/configure-svg
Ebrahim Byagowi [Sun, 23 Jun 2019 06:49:48 +0000 (11:19 +0430)]
Merge pull request #1788 from jameshilliard/configure-svg

Add missing cairo-svg dependency to test-ot-color

5 years agoAdd missing cairo-svg dependency to test-ot-color
James Hilliard [Sun, 23 Jun 2019 01:38:48 +0000 (19:38 -0600)]
Add missing cairo-svg dependency to test-ot-color

5 years ago[config/ucd] Add HB_NO_UNICODE_UNASSIGNED and activate in HB_TINY
Behdad Esfahbod [Fri, 21 Jun 2019 07:44:29 +0000 (00:44 -0700)]
[config/ucd] Add HB_NO_UNICODE_UNASSIGNED and activate in HB_TINY

Saves another 12kb:

$ python ./gen-ucd-table.py ucd.nounihan.grouped.zip > hb-ucd-table.hh && make -j5 CPPFLAGS='-Os -DHB_TINY' -C ~/hb/build/src/  && size ~/hb/build/src/.libs/libharfbuzz_la-hb-ucd.o
INFO: Loading UCDXML...
INFO: Preparing data tables...
INFO: Generating output...
INFO:   Compression=1:
INFO:       Dataset=gc       FullCost=18612
INFO:       Dataset=ccc      FullCost=3550
INFO:       Dataset=bmg      FullCost=1548
INFO:       Dataset=sc       FullCost=17765
INFO:       Dataset=dm       FullCost=13325
INFO:   Compression=3:
INFO:       Dataset=gc       FullCost=10726
INFO:       Dataset=ccc      FullCost=2389
INFO:       Dataset=bmg      FullCost=1052
INFO:       Dataset=sc       FullCost=13669
INFO:       Dataset=dm       FullCost=7780
INFO:   Compression=5:
INFO:       Dataset=gc       FullCost=8274
INFO:       Dataset=ccc      FullCost=2055
INFO:       Dataset=bmg      FullCost=908
INFO:       Dataset=sc       FullCost=4073
INFO:       Dataset=dm       FullCost=7780
INFO: Done.

Part of https://github.com/harfbuzz/harfbuzz/issues/1652

5 years ago[config] Make test build under HB_TINY
Behdad Esfahbod [Fri, 21 Jun 2019 07:42:06 +0000 (00:42 -0700)]
[config] Make test build under HB_TINY

5 years agoDon't define hb_blob_create_from_file if HB_NO_OPEN is defined
Ebrahim Byagowi [Fri, 21 Jun 2019 18:09:42 +0000 (22:39 +0430)]
Don't define hb_blob_create_from_file if HB_NO_OPEN is defined

5 years agoFix build with -O0
Behdad Esfahbod [Thu, 20 Jun 2019 21:24:43 +0000 (14:24 -0700)]
Fix build with -O0

message_impl was not defined.  That causes trouble if compiler didn't
optimize the unreachable call out...

5 years ago2.5.2
Behdad Esfahbod [Thu, 20 Jun 2019 18:57:19 +0000 (11:57 -0700)]
2.5.2

5 years ago[config] Adjust description of HB_LEAN
Behdad Esfahbod [Thu, 20 Jun 2019 18:48:44 +0000 (11:48 -0700)]
[config] Adjust description of HB_LEAN

https://github.com/harfbuzz/harfbuzz/commit/d84932ba50482b3b47e393714eb77b19173d1f14

5 years ago[config] Add HB_NO_LAYOUT_COLLECT_GLYPHS
Behdad Esfahbod [Thu, 20 Jun 2019 03:34:29 +0000 (20:34 -0700)]
[config] Add HB_NO_LAYOUT_COLLECT_GLYPHS

Part of

5 years ago[config] Add HB_NO_LAYOUT_FEATURE_PARAMS
Behdad Esfahbod [Thu, 20 Jun 2019 03:12:25 +0000 (20:12 -0700)]
[config] Add HB_NO_LAYOUT_FEATURE_PARAMS

Part of https://github.com/harfbuzz/harfbuzz/issues/1652

5 years ago[config] Add HB_NO_FACE_COLLECT_UNICODES
Behdad Esfahbod [Thu, 20 Jun 2019 03:07:02 +0000 (20:07 -0700)]
[config] Add HB_NO_FACE_COLLECT_UNICODES

Part of https://github.com/harfbuzz/harfbuzz/issues/1652

5 years ago[config] Add HB_NO_CMAP_LEGACY_SUBTABLES
Behdad Esfahbod [Thu, 20 Jun 2019 02:50:54 +0000 (19:50 -0700)]
[config] Add HB_NO_CMAP_LEGACY_SUBTABLES

Part of https://vimeo.com/331852453/06eec89c65

5 years agoFix MSVC build
Behdad Esfahbod [Thu, 20 Jun 2019 02:58:24 +0000 (19:58 -0700)]
Fix MSVC build

MSVC warning:

c:\projects\harfbuzz\src\hb-ot-layout-gsubgpos.hh(2732): error C2121: '#': invalid character: possibly the result of a macro expansion [C:\projects\harfbuzz\build\harfbuzz.vcxproj]

Clang warning for it:

./hb-ot-layout-gsubgpos.hh:2729:2: error: embedding a directive within macro arguments has undefined behavior [-Werror,-Wembedded-directive]

5 years ago[config] Add HB_NO_HINTING, enabled by HB_TINY
Behdad Esfahbod [Thu, 20 Jun 2019 02:33:15 +0000 (19:33 -0700)]
[config] Add HB_NO_HINTING, enabled by HB_TINY

Disables HintingDevice tables and Anchors addressing contour points.

Part of https://github.com/harfbuzz/harfbuzz/issues/1652

5 years ago[config] Add HB_NO_VAR to disable variations support, enabled by HB_TINY
Behdad Esfahbod [Thu, 20 Jun 2019 02:26:22 +0000 (19:26 -0700)]
[config] Add HB_NO_VAR to disable variations support, enabled by HB_TINY

Part of https://github.com/harfbuzz/harfbuzz/issues/1652

5 years ago[config] Add HB_NO_OT_FONT_GLYPH_NAMES
Behdad Esfahbod [Thu, 20 Jun 2019 01:49:52 +0000 (18:49 -0700)]
[config] Add HB_NO_OT_FONT_GLYPH_NAMES

Part of https://github.com/harfbuzz/harfbuzz/issues/1652

5 years ago[subset] Simplify collect_name_ids
Behdad Esfahbod [Thu, 20 Jun 2019 01:42:39 +0000 (18:42 -0700)]
[subset] Simplify collect_name_ids

5 years ago[config] Add HB_NO_STAT
Behdad Esfahbod [Thu, 20 Jun 2019 01:36:35 +0000 (18:36 -0700)]
[config] Add HB_NO_STAT

Part of https://github.com/harfbuzz/harfbuzz/issues/1652

5 years ago[config] Don't include name table in face if HB_NO_NAME
Behdad Esfahbod [Thu, 20 Jun 2019 01:33:29 +0000 (18:33 -0700)]
[config] Don't include name table in face if HB_NO_NAME

Part of https://github.com/harfbuzz/harfbuzz/issues/1652

5 years ago[config] Disable hb-ot-font code if HB_NO_OT_FONT
Behdad Esfahbod [Thu, 20 Jun 2019 01:32:40 +0000 (18:32 -0700)]
[config] Disable hb-ot-font code if HB_NO_OT_FONT

Part of https://github.com/harfbuzz/harfbuzz/issues/1652

5 years ago[ucd] Print out table sizes
Behdad Esfahbod [Thu, 20 Jun 2019 00:34:12 +0000 (17:34 -0700)]
[ucd] Print out table sizes

5 years ago[config] Disable AAT map
Behdad Esfahbod [Thu, 20 Jun 2019 00:08:26 +0000 (17:08 -0700)]
[config] Disable AAT map

Part of https://github.com/harfbuzz/harfbuzz/issues/1652

5 years ago[config] Disable more legacy kerning
Behdad Esfahbod [Thu, 20 Jun 2019 00:04:16 +0000 (17:04 -0700)]
[config] Disable more legacy kerning

Part of https://github.com/harfbuzz/harfbuzz/issues/1652

5 years ago[config] More trak disabling
Behdad Esfahbod [Thu, 20 Jun 2019 00:02:32 +0000 (17:02 -0700)]
[config] More trak disabling

Part of https://github.com/harfbuzz/harfbuzz/issues/1652

5 years ago[config] add HB_NO_OT_SHAPE_FRACTIONS, enabled in HB_LEAN
Behdad Esfahbod [Wed, 19 Jun 2019 23:57:48 +0000 (16:57 -0700)]
[config] add HB_NO_OT_SHAPE_FRACTIONS, enabled in HB_LEAN

Part of https://github.com/harfbuzz/harfbuzz/issues/1652

5 years ago[config] Minor trak disable
Behdad Esfahbod [Wed, 19 Jun 2019 23:51:13 +0000 (16:51 -0700)]
[config] Minor trak disable

Part of https://github.com/harfbuzz/harfbuzz/issues/1652

5 years ago[config] Add HB_NO_LANGUAGE_PRIVATE_SUBTAG
Behdad Esfahbod [Wed, 19 Jun 2019 23:37:35 +0000 (16:37 -0700)]
[config] Add HB_NO_LANGUAGE_PRIVATE_SUBTAG

Part of https://github.com/harfbuzz/harfbuzz/issues/1652

5 years agoRestructure code
Behdad Esfahbod [Wed, 19 Jun 2019 23:36:09 +0000 (16:36 -0700)]
Restructure code

5 years ago[config] Remove remaining AAT context bits if HB_NO_OT_KERN
Behdad Esfahbod [Wed, 19 Jun 2019 23:28:08 +0000 (16:28 -0700)]
[config] Remove remaining AAT context bits if HB_NO_OT_KERN

Part of https://github.com/harfbuzz/harfbuzz/issues/1652

5 years ago[config] Add HB_NO_OT_KERN, enabled by HB_MINI / HB_NO_LEGACY
Behdad Esfahbod [Wed, 19 Jun 2019 23:24:51 +0000 (16:24 -0700)]
[config] Add HB_NO_OT_KERN, enabled by HB_MINI / HB_NO_LEGACY

Part of https://github.com/harfbuzz/harfbuzz/issues/1652

5 years agoFix build
Behdad Esfahbod [Wed, 19 Jun 2019 22:50:13 +0000 (15:50 -0700)]
Fix build

5 years ago[config] Remove tables from hb_face_t for disabled features
Behdad Esfahbod [Wed, 19 Jun 2019 22:36:14 +0000 (15:36 -0700)]
[config] Remove tables from hb_face_t for disabled features

Part of https://github.com/harfbuzz/harfbuzz/issues/1652

5 years agocoretext: remove trailing macro from SCRATCH_RESTORE
Misty De Meo [Tue, 18 Jun 2019 22:20:38 +0000 (15:20 -0700)]
coretext: remove trailing macro from SCRATCH_RESTORE

5 years ago[coretext/uniscribe/directwrite] Remove extra semicolons
Behdad Esfahbod [Tue, 18 Jun 2019 22:15:06 +0000 (15:15 -0700)]
[coretext/uniscribe/directwrite] Remove extra semicolons

Fixes https://github.com/harfbuzz/harfbuzz/pull/1783

5 years agoRemove dead code
Behdad Esfahbod [Tue, 18 Jun 2019 21:40:24 +0000 (14:40 -0700)]
Remove dead code

5 years ago[config] Don't use VORG table if HB_NO_OT_FONT_CFF
Behdad Esfahbod [Tue, 18 Jun 2019 21:38:05 +0000 (14:38 -0700)]
[config] Don't use VORG table if HB_NO_OT_FONT_CFF

Part of https://github.com/harfbuzz/harfbuzz/issues/1652

5 years ago[config] Fixup for AAT ltag table access
Behdad Esfahbod [Tue, 18 Jun 2019 21:33:49 +0000 (14:33 -0700)]
[config] Fixup for AAT ltag table access

Part of https://github.com/harfbuzz/harfbuzz/issues/1652

5 years ago[config] One more morx disabling
Behdad Esfahbod [Tue, 18 Jun 2019 21:29:27 +0000 (14:29 -0700)]
[config] One more morx disabling

Part of https://github.com/harfbuzz/harfbuzz/issues/1652

5 years ago[config] Don't compile AAT API if HB_NO_AAT
Behdad Esfahbod [Tue, 18 Jun 2019 21:25:52 +0000 (14:25 -0700)]
[config] Don't compile AAT API if HB_NO_AAT

Part of https://github.com/harfbuzz/harfbuzz/issues/1652

5 years ago[config] Don't compile unused layout API if HB_NO_LAYOUT_UNUSED
Behdad Esfahbod [Tue, 18 Jun 2019 20:31:35 +0000 (13:31 -0700)]
[config] Don't compile unused layout API if HB_NO_LAYOUT_UNUSED

Part of https://github.com/harfbuzz/harfbuzz/issues/1652

5 years ago[config] Dont' compile buffer message API if HB_NO_BUFFER_MESSAGE
Behdad Esfahbod [Tue, 18 Jun 2019 20:29:55 +0000 (13:29 -0700)]
[config] Dont' compile buffer message API if HB_NO_BUFFER_MESSAGE

Part of https://github.com/harfbuzz/harfbuzz/issues/1652