Welcome, Guest. Please login or register. Did you miss your activation email?

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.


Messages - filinta

Pages: [1]
1
Python / Re: Python Binding on Ubuntu 14.04 (Trusty Tahr)
« on: January 12, 2015, 12:44:26 am »
Hi there,

I am new in the forum and I used a long time ago the Python bindings for SFML1.x.

The point is I am porting an old project to SFML 2.1. I decided to install the binding from apt, and I have realized some Text features are missing, like for example sfml.Font.get_default_font() or the property sfml.Font.DEFAULT_FONT. This function and this property aren't defined.

I have tried to find out which version of the binding I am using, but synaptic shows me a version number that is quite strange. The native library version is 2.1 and the binding version is 1.5.1, version that doesn't fit with the one that appears in the website.

It is no big deal, you can use text with a font instead of using a default font but I don't know why I'd like to know the reason for this strange behaviour on Ubuntu or if the documentation is not updated.

Cheers.
Thanks

Pages: [1]