19 declare(strict_types=1);
36 $f = $DIC->ui()->factory();
39 $note =
$f->symbol()->glyph()->note(
"#")
40 ->withCounter(
$f->counter()->novelty(100))
41 ->withCounter(
$f->counter()->status(8));
43 $tag =
$f->symbol()->glyph()->tag(
"#")
44 ->withCounter(
$f->counter()->novelty(1))
45 ->withCounter(
$f->counter()->status(800));
48 ->withCounter(
$f->counter()->novelty(1))
49 ->withCounter(
$f->counter()->status(8));
multiple_glyphs()
description: > Example for rendering multiple glyphs with status counters