File: xlfont.cat

package info (click to toggle)
scilab 2.6-4
  • links: PTS
  • area: non-free
  • in suites: woody
  • size: 54,632 kB
  • ctags: 40,267
  • sloc: ansic: 267,851; fortran: 166,549; sh: 10,005; makefile: 4,119; tcl: 1,070; cpp: 233; csh: 143; asm: 135; perl: 130; java: 39
file content (43 lines) | stat: -rw-r--r-- 1,335 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
xlfont            Scilab Group            Scilab Function            xlfont
NAME
   xlfont - load a font in the graphics context or query loaded font
  
CALLING SEQUENCE
 xlfont(font-name,font-id)
 fonts=xlfont()
PARAMETERS
 font-name   : string, name of the font family.
             
 font-id     : integer between 0 and 6.
             
 fonts       : a column vector of currently loaded font names.
             
DESCRIPTION
   Without any argument, xlfont() returns the list of currently loaded
  fonts.
  
   With arguments, xlfont is used to load a new font at different sizes  in
  the graphics context. The font must be available with size 8, 10, 12, 14,
  18 and 24.
  
   Default fonts are "Courier Roman" (0), "Symbol" (1), "Times Roman" (2),
  "Times Italic" (3), "Times Bold" (4) and "Times Bold Italic" (5). 
  font-name can be of 2 types:
  
 -  if it contains the character "%", it is supposed to be an  X11 font
    name with %s in the size field of the name, for example
    "-b&h-lucidabright-demibold-r-normal--%s-*-75-75-p-*-iso8859-1"
    
 -  if it does not contain the character "%", it is supposed  to be an
    alias name and the fonts aliased by font-name08,...,font-name24 are
    loaded.
    
 font-id
     : give the id font-id to the loaded font font-name.
    
SEE ALSO
   xset
  
AUTHOR
   J.Ph.C.