fixed fonts sorta...
Need to better understand the dangers that `Box::leak()` presents, but I think this essentially means any font that shows up with hold it's place in memory until the box is destroyed, making it seem to be 'static.
This commit is contained in:
parent
96419003a7
commit
2c15073dbc
2 changed files with 5 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
(text "This is frodo" :font-size 70))
|
||||
(slide (video :source "~/vids/test/camprules2024.mp4" :fit contain))
|
||||
(song :id 7 :author "North Point Worship"
|
||||
:font "Quicksand Bold" :font-size 60
|
||||
:font "Quicksand" :font-size 60
|
||||
:title "Death Was Arrested"
|
||||
:background (image :source "file:///home/chris/nc/tfc/openlp/CMG - Bright Mountains 01.jpg" :fit cover)
|
||||
:text-alignment center
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue