iris: make font families application-named strings
This commit is contained in:
1 parent
beaf24c75d
commit
7c23c5f146
4 files changed
+38
-67
No files matched your search
@@ -92,9 +92,9 @@ where
|
||||
btext("hmm"),
|
||||
btext("a"),
|
||||
(
|
||||
btext("'").family(Family::Monospace).align(Align::TOP),
|
||||
btext("'").family(Family::Monospace),
|
||||
btext(":gamer mode").family(Family::Monospace),
|
||||
btext("'").family(MONOSPACE).align(Align::TOP),
|
||||
btext("'").family(MONOSPACE),
|
||||
btext(":gamer mode").family(MONOSPACE),
|
||||
rect(PaintId::CYAN).sized((10, 10)).center(),
|
||||
rect(PaintId::RED).sized((100, 100)).center(),
|
||||
rect(PaintId::PURPLE).sized((50, 50)).align(Align::TOP),
|
||||
|
||||
Reference in new issue
Block a user