DoNotPaintIfFontNotReady 110 Source/platform/fonts/Font.cpp if (shouldSkipDrawing() && customFontNotReadyAction == DoNotPaintIfFontNotReady) DoNotPaintIfFontNotReady 95 Source/platform/fonts/Font.h void drawText(GraphicsContext*, const TextRunPaintInfo&, const FloatPoint&, CustomFontNotReadyAction = DoNotPaintIfFontNotReady) const; DoNotPaintIfFontNotReady 301 Source/platform/graphics/GraphicsContext.h void drawBidiText(const Font&, const TextRunPaintInfo&, const FloatPoint&, Font::CustomFontNotReadyAction = Font::DoNotPaintIfFontNotReady);