Method: Fox::FXFont.listFonts
- Defined in:
- rdoc-sources/FXFont.rb
.listFonts(face, weight = 0, slant = 0, setWidth = 0, encoding = 0, hints = 0) ⇒ Object
List all fonts matching hints. Returns an array of FXFontDesc objects.
357 358 |
# File 'rdoc-sources/FXFont.rb', line 357 def FXFont.listFonts(face, weight=0, slant=0, setWidth=0, encoding=0, hints=0) end |