home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / utilities / utilsm / mkdrawf / Examples / src / Implicit < prev    next >
Encoding:
Text File  |  1995-04-21  |  500 b   |  31 lines

  1. # Implicit font table: fonts are noticed as they occur
  2.  
  3. Text {
  4.   StartAt 100 200
  5.   Size 20 20
  6.   Style Font "Trinity.Medium"
  7.   Text "Trinity"
  8. }
  9.  
  10. Text {
  11.   StartAt 100 180
  12.   Size 10 15
  13.   Style Font "Trinity.Medium.Italic"
  14.   Text "Trinity Italic"
  15. }
  16.  
  17. Text {
  18.   StartAt 100 160
  19.   Size 20 15
  20.   Style Font "Homerton.Medium.Oblique"
  21.   Text "Homerton Oblique"
  22. }
  23.  
  24. XfText {
  25.   StartAt 300 300
  26.   Size 20 20
  27.   Matrix  0.5 -0.3 0.3 0.8  0 0   # random, basically
  28.   Style Font "Homerton.Bold"
  29.   Text "Homerton Bold"
  30. }
  31.