Please login or register.

Login with username, password and session length
Advanced search  

News:

IRC channel - server: waelisch.de  channel: #wme (read more)

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Topics - lazygames

Pages: [1]
1
Development / [iOS] problem with ttf fonts
« on: June 06, 2011, 10:34:59 AM »
Hi! I have a problem with using ttf-font under iOS/macOS.
Quote
However, on iOS the engine is not able to access the system font directory, for that reason you MUST include .ttf files with the iOS version of your game.

How do this? I create comic.font file with this content:
Code: [Select]
TTFONT
{
  SIZE = 12  
  FILENAME = "fonts\comic.ttf"
  COLOR { 100, 0, 0 }
  ALPHA = 255
}

if launch wmelite on windows - everything ok! Window object loading and text on screen.
if launch on iOS (macOs too) - Game.LoadWindow return null.

Any ideas where is the my wrong?

P.S. I try use bitmap font - everything work's good!

2
Bugs / Bug with KeyCodes
« on: May 19, 2011, 08:34:44 AM »
Hi!
There is a bug with keycodes.
Keyboard.KeyCode return this values:

F1: 1073741882
...
F2: 1073741893

A-Z, a-z: 0

Tested on WMELite for Windows, WMELite for MacOs X

Pages: [1]

Page created in 0.016 seconds with 19 queries.