Howto:Creating a Font Browser using Nasal and Canvas: Difference between revisions

Line 51: Line 51:


== Next ==
== Next ==
We can adapt the code by using a layout with a vertical scrollArea, so one image per font file can be added/shown.
We can adapt the code by using a layout with a vertical scrollArea, so one image per font file can be added/shown: [[Canvas_Snippets#Canvas_ScrollArea]]


To populate the vector of file names, we can use the [[Nasal_library#directory.28.29|directory()]] API:
To populate the vector of file names, we can use the [[Nasal_library#directory.28.29|directory()]] API: