MCPcopy Create free account
hub / github.com/dillo-browser/dillo / create

Method create

dw/style.cc:444–447  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

442}
443
444Font *Font::create (Layout *layout, FontAttrs *attrs)
445{
446 return create0 (layout, attrs, false);
447}
448
449bool Font::exists (Layout *layout, const char *name)
450{

Callers

nothing calls this directly

Calls 2

createColorMethod · 0.45
createTooltipMethod · 0.45

Tested by

no test coverage detected