Bug 619521 - Part 1: Send a notification of any scripts for which font coverage is lacking. r=jdaggett

This commit is contained in:
Jonathan Kew
2014-12-22 16:35:54 +00:00
parent 2acefe2331
commit 840c68ec31
14 changed files with 254 additions and 49 deletions

View File

@@ -22,7 +22,8 @@ public:
mSSTYScriptLevel(aSSTYScriptLevel) {}
virtual void RebuildTextRun(nsTransformedTextRun* aTextRun,
gfxContext* aRefContext) MOZ_OVERRIDE;
gfxContext* aRefContext,
gfxMissingFontRecorder* aMFR) MOZ_OVERRIDE;
enum {
// Style effects which may override single character <mi> behaviour
MATH_FONT_STYLING_NORMAL = 0x1, // fontstyle="normal" has been set.