Skip to content

Commit

Permalink
use 10.15.1 ttc file
Browse files Browse the repository at this point in the history
  • Loading branch information
iamcal committed Jan 11, 2020
1 parent 02afd2c commit ddccfa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/apple/extract.pl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
$Font::TTF::Font::tables{'sbix'} = 'Font::TTF::Sbix';
$Font::TTF::Font::tables{'morx'} = 'Font::TTF::Morx';

my $filename = "apple_color_emoji_10_14_1.ttc";
my $filename = "apple_color_emoji_10_15_1.ttc";

my $f = Font::TTF::TTC->openCollection($filename) || die "Unable to read $filename : $!";
$f->readCollection(0);
Expand Down

0 comments on commit ddccfa5

Please sign in to comment.