Skip to content
This repository has been archived by the owner on Sep 22, 2018. It is now read-only.

Commit

Permalink
harfbuzz: Updated to version 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnavion committed Mar 12, 2016
1 parent 281e4ef commit 0eda5bd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ These are the libraries in the bundle:
</tr>
<tr>
<td>HarfBuzz</td>
<td>1.1.3</td>
<td><a href="https://dl.hexchat.net/gtk-win32/src/harfbuzz-1.1.3.tar.bz2">Source</a></td>
<td>1.2.3</td>
<td><a href="https://dl.hexchat.net/gtk-win32/src/harfbuzz-1.2.3.tar.bz2">Source</a></td>
</tr>
<tr>
<td>libffi</td>
Expand Down
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ $items = @{
};

'harfbuzz' = @{
'ArchiveUrl' = 'http://dl.hexchat.net/gtk-win32/src/harfbuzz-1.1.3.tar.bz2'
'ArchiveUrl' = 'http://dl.hexchat.net/gtk-win32/src/harfbuzz-1.2.3.tar.bz2'
'Dependencies' = @('freetype', 'glib')
};

Expand Down
2 changes: 1 addition & 1 deletion harfbuzz/mod.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* Download [HarfBuzz 1.1.3](http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-1.1.3.tar.bz2)
* Download [HarfBuzz 1.2.3](http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-1.2.3.tar.bz2)
* Download [blinkseb's HarfBuzz solution](https://github.com/blinkseb/harfbuzz)
* Open `win32\harfbuzz.sln` with VS
* Generate .def file:
Expand Down
4 changes: 4 additions & 0 deletions harfbuzz/win32/harfbuzz.def
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,9 @@ hb_font_funcs_set_glyph_name_func
hb_font_funcs_set_glyph_v_advance_func
hb_font_funcs_set_glyph_v_kerning_func
hb_font_funcs_set_glyph_v_origin_func
hb_font_funcs_set_nominal_glyph_func
hb_font_funcs_set_user_data
hb_font_funcs_set_variation_glyph_func
hb_font_get_empty
hb_font_get_extents_for_direction
hb_font_get_face
Expand All @@ -126,11 +128,13 @@ hb_font_get_glyph_v_advance
hb_font_get_glyph_v_kerning
hb_font_get_glyph_v_origin
hb_font_get_h_extents
hb_font_get_nominal_glyph
hb_font_get_parent
hb_font_get_ppem
hb_font_get_scale
hb_font_get_user_data
hb_font_get_v_extents
hb_font_get_variation_glyph
hb_font_glyph_from_string
hb_font_glyph_to_string
hb_font_is_immutable
Expand Down

0 comments on commit 0eda5bd

Please sign in to comment.