My favorites | Sign in
Project Home Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions

Issue 1 attachment: otf.patch (390 bytes)

1
2
3
4
5
6
7
8
9
10
11
12
13
Index: main.go
===================================================================
--- main.go (revision 60)
+++ main.go (working copy)
@@ -41,7 +41,7 @@

//Some test code
img := g_engine.LoadImage("test.png")
- font := g_engine.LoadFont("MyriadPro-Regular.ttf",20)
+ font := g_engine.LoadFont("Puritan2Bold.otf",20)
font.SetStyle(true,false,false)

//Handle events
Powered by Google Project Hosting