createFont         81 Source/core/css/resolver/FontBuilder.h     void createFont(PassRefPtr<FontSelector>, const RenderStyle* parentStyle, RenderStyle*);
createFont       1010 Source/core/css/resolver/StyleResolver.cpp     state.fontBuilder().createFont(document().styleEngine()->fontSelector(), state.parentStyle(), state.style());
createFont         56 Source/platform/fonts/harfbuzz/HarfBuzzFace.h     hb_font_t* createFont();
createFont        851 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp         HarfBuzzScopedPtr<hb_font_t> harfBuzzFont(face->createFont(), hb_font_destroy);