include GtkEngine.e -- This is some boilerplate text used by test5.ex to demonstrate markup. -- -- Note that in the first line of text, we offer GTK a choice of fonts; -- it will use the first available. -- -- This is necessary since Windows, for example, probably won't have -- URW Chancery L, and Linux may not have Comic Sans MS! The fallback -- if neither exists is sans. Font names are separated by commas, -- Whichever font is found will be 32 point. Size comes last, not preceeded -- by a comma. export constant text = """ Hello World! Howdy! This is underlined subscripted this is strike thru superscripted this is double underlined this is an error XML: © 2015 Naskapi woo: ᐖ and ß ﬓ as well. """ export constant docs = sprintf(`You can use Markup similar to html to set the style of text. See Pango Markup. `, {canonical_path("~/demos/documentation/pango_markup.html")})