You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

20 lines
398 B

print_system_fonts
==================
Returns an array of font names that Squib knows about. These are what Squib considers "system" fonts. For debugging purposes.
This is a module function, so it can be called anywhere with ``Squib.print_system_fonts``
Options
-------
None.
Examples
--------
.. literalinclude:: ../../samples/system_font_debug/_list_fonts.rb
:language: ruby
:linenos: