mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 00:38:06 +02:00
test: update font family name
Update the name of the test font family to DejaVu, so that backends unable to rely on fontconfig to match font names can find the correct font anyway.
This commit is contained in:
parent
3cb882d01b
commit
e6d1b3a8ce
2 changed files with 6 additions and 6 deletions
10
test/README
10
test/README
|
|
@ -94,12 +94,12 @@ the software configuration used to generate the reference images.
|
|||
|
||||
Here are some of the relevant details:
|
||||
|
||||
* Your system must have a copy of the Bitstream Vera font, the sha1sum of
|
||||
* Your system must have a copy of the DejaVu font, the sha1sum of
|
||||
the version used are listed in [...]. These are
|
||||
"Bitstream Vera Sans" (DejaVuSans.ttf) [682718dd37c3f6a4767386d3b2b27fba9b219818];
|
||||
"Bitstream Vera Sans Mono" (DejaVuSansMono.ttf) [1cc58255d6f9df2b08e760ca38937a2957153484];
|
||||
"Bitstream Vera Serif" (DejaVuSerif.ttf) [020e72e92cb2f66107dc18c70ac4214df4f13014];
|
||||
[the Bitstream fonts can be installed from the ttf-dejavu Debian package]
|
||||
"DejaVu Sans" (DejaVuSans.ttf) [682718dd37c3f6a4767386d3b2b27fba9b219818];
|
||||
"DejaVu Sans Mono" (DejaVuSansMono.ttf) [1cc58255d6f9df2b08e760ca38937a2957153484];
|
||||
"DejaVu Serif" (DejaVuSerif.ttf) [020e72e92cb2f66107dc18c70ac4214df4f13014];
|
||||
[the DejaVu fonts can be installed from the ttf-dejavu Debian package]
|
||||
and also
|
||||
"Nimbus Sans L" (n019003l.pfb)
|
||||
[which can be found in the gsfonts Debian package].
|
||||
|
|
|
|||
|
|
@ -83,7 +83,7 @@ cairo_test_NaN (void)
|
|||
|
||||
#define CAIRO_TEST_LOG_SUFFIX ".log"
|
||||
|
||||
#define CAIRO_TEST_FONT_FAMILY "Bitstream Vera"
|
||||
#define CAIRO_TEST_FONT_FAMILY "DejaVu"
|
||||
|
||||
/* What is a fail and what isn't?
|
||||
* When running the test suite we want to detect unexpected output. This
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue