NeoTechni Well-Known Member Licensed User Longtime User Dec 24, 2011 #1 B4X: dim Okudafont as typeface Okudafont.LoadFromAssets("federation.ttf") I've been trying this with all the fonts in the zip (I rename them to "federation.ttf" and only include 1 to test) and Okudafont.IsInitialized always returns false. Is it the fonts? Attachments TKFED2.zip 51.5 KB · Views: 169 Last edited: Dec 24, 2011
B4X: dim Okudafont as typeface Okudafont.LoadFromAssets("federation.ttf") I've been trying this with all the fonts in the zip (I rename them to "federation.ttf" and only include 1 to test) and Okudafont.IsInitialized always returns false. Is it the fonts?
metrick Active Member Licensed User Longtime User Dec 24, 2011 #2 dim Okudafont as typeface Okudafont = Typeface.LoadFromAssets("federation.ttf") Upvote 0
NeoTechni Well-Known Member Licensed User Longtime User Dec 24, 2011 #3 dahhhhhhhhhhhhhhhhhhhhhhh And thank you. Upvote 0