Checkpoint: Glyphs rendering how I'd like
This commit is contained in:
parent
550d9a9f71
commit
c57e19c8fa
6 changed files with 8 additions and 14 deletions
|
@ -33,14 +33,11 @@ impl Workspace {
|
|||
.text_base()
|
||||
.fill(white())
|
||||
.text_color(black())
|
||||
.child("Hey")
|
||||
.child("The quick brown fox ran over the lazy dog.")
|
||||
|
||||
// TODO: Implement style.
|
||||
//.size_full().fill(gpui3::hsla(0.83, 1., 0.5, 1.))
|
||||
|
||||
// TODO: Debug font not font.
|
||||
//.child("Is this thing on?")
|
||||
|
||||
// themed(rose_pine_dawn(), cx, |cx| {
|
||||
// div()
|
||||
// .size_full()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue