3 declare(strict_types=1);
20 $f = $DIC->ui()->factory();
23 $note =
$f->symbol()->glyph()->note(
"#")
24 ->withCounter(
$f->counter()->novelty(100))
25 ->withCounter(
$f->counter()->status(8));
27 $tag =
$f->symbol()->glyph()->tag(
"#")
28 ->withCounter(
$f->counter()->novelty(1))
29 ->withCounter(
$f->counter()->status(800));
32 ->withCounter(
$f->counter()->novelty(1))
33 ->withCounter(
$f->counter()->status(8));
multiple_glyphs()
description: > Example for rendering multiple glyphs with status counters