|
Class: FCFontListParser (private in XftFontDescription
This class is only visible from within
XftFontDescription.
Object
|
+--XftFontDescription::FCFontListParser
- Package:
- stx:libview
- Category:
- Graphics-Support
- Owner:
- XftFontDescription
- Author:
- cg
parses fc-list output to get a list of XftFontDescriptions
[instance variables:]
[class variables:]
api
-
listOfAvailableFonts
-
self listOfAvailableFonts
api
-
listOfAvailableFonts
-
opens a pipe to '/usr/bin/fc-list' or '/usr/X11/bin/fc-list'
and reads all known fonts from it
Usage example(s):
self new listOfAvailableFonts
|
Usage example(s):
FCFontListParser new listOfAvailableFonts
|
font list keywords
-
fc_antialias
-
helper for font listing
-
fc_charset
-
helper for font listing
-
fc_decorative
-
helper for font listing
-
fc_family
-
helper for font listing
-
fc_file
-
helper for font listing
-
fc_fontformat
-
helper for font listing
-
fc_fontversion
-
helper for font listing
-
fc_foundry
-
helper for font listing
-
fc_fullname
-
helper for font listing
-
fc_lang
-
helper for font listing
-
fc_outline
-
helper for font listing
-
fc_pixelsize
-
helper for font listing
-
fc_scalable
-
helper for font listing
-
fc_slant
-
helper for font listing
-
fc_spacing
-
helper for font listing
-
fc_style
-
helper for font listing
-
fc_weight
-
helper for font listing
-
fc_width
-
helper for font listing
font list keywords - ignored
-
fc_capability
-
helper for font listing
-
fc_color
-
helper for font listing - ignored for now
-
fc_familylang
-
helper for font listing
-
fc_fullnamelang
-
helper for font listing
-
fc_hash
-
helper for font listing
-
fc_index
-
helper for font listing
-
fc_postscriptname
-
helper for font listing
-
fc_stylelang
-
helper for font listing
-
fc_symbol
-
helper for font listing - ignored for now
helpers
-
getBoolean
-
helper for font listing
-
getInteger
-
helper for font listing
-
getRest
-
helper for font listing
-
getString
-
helper for font listing
|