12 lines
341 B
Modula-2
12 lines
341 B
Modula-2
//Default Title Font. It will used in case the OS specified font macro was not defined.
|
|
Example Title = Arial-bold-18
|
|
|
|
//Title Font for Linux GTK
|
|
Example Title(linux_gtk) = Sans-bold-18
|
|
|
|
//Title Font for MacOS
|
|
Example Title(macosx) = Lucida Grande-bold-18
|
|
|
|
Example Text = SystemDefault-regular-10
|
|
|
|
Example LinkText = SystemDefault-italic-10 |