From 267c6f2ac71f92999e969232431ba04678e7437e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 07:54:39 +0200 Subject: Adding upstream version 4:24.2.0. Signed-off-by: Daniel Baumann --- vcl/qa/cppunit/data/tdf153440.ttf.readme | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 vcl/qa/cppunit/data/tdf153440.ttf.readme (limited to 'vcl/qa/cppunit/data/tdf153440.ttf.readme') diff --git a/vcl/qa/cppunit/data/tdf153440.ttf.readme b/vcl/qa/cppunit/data/tdf153440.ttf.readme new file mode 100644 index 0000000000..a4fc4465bd --- /dev/null +++ b/vcl/qa/cppunit/data/tdf153440.ttf.readme @@ -0,0 +1,12 @@ +This is a subset copy of Noto Emoji font licensed under Open Font License and +obtained from: + + https://fonts.google.com/noto/specimen/Noto+Emoji + +And subset using hb-subset to contain only the one glyph used in the test: + + hb-subset static/NotoEmoji-Regular.ttf --unicodes="1F33F,0020" --drop-tables=GSUB,STAT,vhea,vmtx -o tdf153440.ttf + +The space is added to the subset as it seems needed to get the font to work on +Windows. (The --drop-tables argument is not necessary be saves a few bytes of +stuff we don’t need.) -- cgit v1.2.3