gecko-dev/layout/reftests/fonts
Jonathan Kew 8df008c3ba Bug 534352. Accept fonts with redundant cmap sentinel value. r=jdaggett 2009-12-22 09:47:18 +00:00
..
DeLarge Bug 507970, reftests for loading new WOFF font format and rejecting invalid fonts, r=jdaggett 2009-09-17 12:17:08 +01:00
mplus
sil
Ahem.ttf
Chunkfive-license.txt Adding more reftest fonts (no effect on build) 2009-08-07 14:20:26 +09:00
Chunkfive.otf Adding more reftest fonts (no effect on build) 2009-08-07 14:20:26 +09:00
Chunkfive.ttf Merge 2009-08-07 08:57:53 -07:00
Makefile.in
PositioningTest1.ttf
PositioningTest2.ttf
Prototype.ttf Bug 534352. Accept fonts with redundant cmap sentinel value. r=jdaggett 2009-12-22 09:47:18 +00:00
README
VeraBd-validchecksum.ttf
VeraBd.ttf
mark-generate.py Reset mUnderlineOffset on all platforms when user font set generation is bumped. (Bug 523717) r=jdaggett 2009-12-11 08:13:20 -08:00
mark-glyph.svg
mark2-glyph.svg
mark2A-highunderline.ttf Reset mUnderlineOffset on all platforms when user font set generation is bumped. (Bug 523717) r=jdaggett 2009-12-11 08:13:20 -08:00
mark2A-lowunderline.ttf Reset mUnderlineOffset on all platforms when user font set generation is bumped. (Bug 523717) r=jdaggett 2009-12-11 08:13:20 -08:00
mark2A.otf
mark2A.ttf
mark2B.otf
mark2B.ttf
mark2C.otf
mark2C.ttf
mark2D.otf
mark2D.ttf
markA-badfullname.ttf adding more reftest fonts (no effect on builds) 2009-07-13 09:33:14 -10:00
markA-copyright.ttf adding reftest fonts (no effect on build) 2009-08-17 13:10:11 +09:00
markA-copyrightps.ttf adding reftest fonts (no effect on build) 2009-08-17 13:10:11 +09:00
markA-highunderline.ttf Reset mUnderlineOffset on all platforms when user font set generation is bumped. (Bug 523717) r=jdaggett 2009-12-11 08:13:20 -08:00
markA-lowunderline.ttf Reset mUnderlineOffset on all platforms when user font set generation is bumped. (Bug 523717) r=jdaggett 2009-12-11 08:13:20 -08:00
markA-nofamily.ttf adding reftest fonts (no effect on build) 2009-08-17 13:10:11 +09:00
markA-nofullname.ttf adding reftest fonts (no effect on build) 2009-08-17 13:10:11 +09:00
markA-nopostscript.ttf adding reftest fonts (no effect on build) 2009-08-17 13:10:11 +09:00
markA-nostyle.ttf adding reftest fonts (no effect on build) 2009-08-17 13:10:11 +09:00
markA-noversion.ttf adding reftest fonts (no effect on build) 2009-08-17 13:10:11 +09:00
markA-shortfullname.ttf adding more reftest fonts (no effect on builds) 2009-07-13 09:33:14 -10:00
markA.eot
markA.otf
markA.ttf
markB.eot
markB.otf
markB.ttf
markC.otf
markC.ttf
markD.otf
markD.ttf

README

Этот файл содержит невидимые символы Юникода!

Этот файл содержит невидимые символы Юникода, которые могут быть отображены не так, как показано ниже. Если это намеренно, можете спокойно проигнорировать это предупреждение. Используйте кнопку Экранировать, чтобы показать скрытые символы.


Notes about fonts in this directory

Ahem.ttf - ACID3 test font

markXXX.ttf and markXXX.otf

These fonts are autogenerated with FontForge using the Python script mark-generate.py.  
See the comments in that file for more information on how to run the script.

The markX.ttf and markX.otf fonts contain a single glyph for the X character consisting
of three stacked boxes.  The mark2X.ttf and mark2X.otf files also contain just a glyph for the
character X but the glyph is similar to the space mark character.  The markXmark2Y.ttf has
two glyphs, the first glyph for X and the second glyph for Y.

The markA.eot and markB.eot files are for EOT-related testing.  The markA.eot file is just 
a copy of markA.ttf while markB.eot is a valid EOT file embedding the contents of markB.ttf
with a null root string (so it can be used in IE without domain-specific restrictions).


PositioningTest1.ttf, PositioningTest2.ttf

These fonts were generated with FontForge and then OpenType tables added with MS VOLT.
The glyphs are from Charis SIL (see http://scripts.sil.org/CharisSILFont), released under the
Open Font License.

In both fonts, the lowercase 'o' glyph should appear raised when rendered. Font 1 uses a GPOS
positioning rule to achieve this, so it tests whether vertical deltas are being handled
correctly. Font 2 uses a GSUB substitution to replace the 'o' with a glyph that has already
been offset within the em-square, so no vertical delta is involved.

Finally, the capital 'O' character maps directly to the shifted 'o' glyph, so this can be
used for comparison without requiring any OpenType layout support.