Re: [ft] Freetype 2.7.1 pkgconfig version

2019-10-05 Thread Werner LEMBERG
> I need it to compile pygame for python3 which needs freetype2 >=2.0 Where does this dependency version number come from? Note that FreeType 2.0 has been released almost 19 years ago. > Pygame building fails because pkg-config freetype2 --modversion > gives 19.0.13, and not pkg-config

[ft] Freetype 2.7.1 pkgconfig version

2019-10-05 Thread Mauro Ziliani
Hi all. My name's Mauro and I write you from Parma, Italy. I need it to compile pygame for python3 which needs freetype2 >=2.0 Pygame building fails because pkg-config freetype2 --modversion gives 19.0.13, and not pkg-config freetype2 --modversion >=2.0 as I expected Why the version

[ft] Freetype version 23.1.17 broken on Windows (MinGW-W64)

2019-08-13 Thread Waji Deus
I've tried both the pacman distribution and building freetype from source. FT_Init_FreeType, FT_New_Face, FT_Set_Char_Size, and FT_Load_Char all return successfully, but the second you try to call FT_Render_Glyph, the program will crash. This is because FT_Load_Glyph is putting random garbage

Re: [ft] Freetype stuck in loop over emoji fonts?

2019-04-27 Thread François Guerraz
On Fri, 2019-04-26 at 20:10 +0200, Werner LEMBERG wrote: > > OK. Unfortunately, this fact doesn't brings us nearer to the source > of the problem... > > For now I don't have the time to do what you suggested but if you have more time, I have detailed steps to reproduce it with an arch linux

Re: [ft] Freetype stuck in loop over emoji fonts?

2019-04-26 Thread Werner LEMBERG
>> Thanks. Alas, it doesn't help much, since I don't see the name of >> the font that gets used. > > I can confirm it only happens when I have the "Segoe UI Emoji" font > installed. When it's not there, it uses some monochrome emoji font > and does not get stuck. OK. Unfortunately, this

Re: [ft] Freetype stuck in loop over emoji fonts?

2019-04-23 Thread François Guerraz
On Mon, 2019-04-22 at 22:06 +0200, Werner LEMBERG wrote: > Thanks. Alas, it doesn't help much, since I don't see the name of > the > font that gets used. I can confirm it only happens when I have the "Segoe UI Emoji" font installed. When it's not there, it uses some monochrome emoji font and

Re: [ft] Freetype stuck in loop over emoji fonts?

2019-04-22 Thread François Guerraz
As mentioned in the gnome bug report, I suspect one particular font. Launching gnome-shell with that environment variable is going to be tricky, I'll see what I can do. I've tried the demo programs, no luck reproducing the issue so far. On 22 April 2019 21:06:53 BST, Werner LEMBERG wrote: > >>

Re: [ft] Freetype stuck in loop over emoji fonts?

2019-04-22 Thread Werner LEMBERG
> So, unfortunately I have not been able to build cairo with debug > symbols, but with freetype, this is the result (see attachments). > There are 3 attachements because being stopped in a loop, the bt > depends on where it's interrupted, so I've included 3 samples in > case it helps. Thanks.

Re: [ft] Freetype stuck in loop over emoji fonts?

2019-04-22 Thread François Guerraz
On Mon, 2019-04-22 at 19:38 +0200, Werner LEMBERG wrote: > > Well, in the more detailed backtrace available in the bug report > you've obviously forgotten to install the debug symbols for the > FreeType library. In other words, the most interesting part for us > is > completely missing. Can you

Re: [ft] Freetype stuck in loop over emoji fonts?

2019-04-22 Thread Werner LEMBERG
> I have reported a bug to Gnome [1] but not su surprisingly given the > backtrace they consider it's more likely to be a freetype bug. Well, in the more detailed backtrace available in the bug report you've obviously forgotten to install the debug symbols for the FreeType library. In other

Re: [ft] Freetype stuck in loop over emoji fonts?

2019-04-22 Thread François Guerraz
On Mon, 2019-04-22 at 17:52 +0100, François Guerraz wrote: > I would like to report it as a bug here but I'm not sure how to come > up > with a way to reproduce the bugs reliably so that you guys can take a > look at it. I mean, I can reproduce it reliably (100% of the time), it's just that for

[ft] Freetype stuck in loop over emoji fonts?

2019-04-22 Thread François Guerraz
Hello, I have reported a bug to Gnome [1] but not su surprisingly given the backtrace they consider it's more likely to be a freetype bug. I think this is triggered when trying to render some text with emojis with a combination of installed font (Segoe UI Emoji) and display settings (full

Re: [ft] freetype demos

2019-04-12 Thread armin
> ``` > FT_Set_Char_Size( face, > (FT_UInt)round( char_width / 64.0f * horz_resolution / 72.0f, > (FT_UInt)round( char_height / 64.0f * vert_resolution / 72.0f ); ''' > > (Untested; please correct me if brackets are missing or I'm mixing up 64s and > 72s here

Re: [ft] freetype demos

2019-04-12 Thread armin
> First, thanks for all the help this week... No worries, you're welcome :) > Does anyone know an easy method for converting a freetype demo to use > FT_Set_Pixel_Sizes() instead of FT_Set_Char_Size()? If you're simply talking about the conversion (formula) of the values,

Re: [ft] freetype demos

2019-04-12 Thread Lawrence D'Oliveiro
On Sat, 13 Apr 2019 00:11:25 +, Dryden, Thomas wrote: > Does anyone know an easy method for converting a freetype demo to use > FT_Set_Pixel_Sizes() instead of FT_Set_Char_Size()? I guess you have to find the nearest entry matching your desired size in the font’s available_sizes. The

[ft] freetype demos

2019-04-12 Thread Dryden, Thomas
First, thanks for all the help this week... Does anyone know an easy method for converting a freetype demo to use FT_Set_Pixel_Sizes() instead of FT_Set_Char_Size()? -Thomas Please be advised that this email may contain confidential information. If you are not

Re: [ft] Freetype 2.9.1 Lib

2018-05-10 Thread suzuki toshiya
Hi Richard, FreeType rasterizer is designed to be portable, low-level and self- standing for ANSI C, it does not invoke other graphic libraries. I'm interested in who told you as "FreeType on OpenGL" idea...? Have you read something like https://learnopengl.com/In-Practice/Text-Rendering ???

[ft] Freetype 2.9.1 Lib

2018-05-10 Thread Richard Abercrombie
Hi, Will this Library work in modern OpenGL, ie. OpenGL version 4.4 using shaders? If so are there any examples of use with shaders available? Regards Richard ___ Freetype mailing list Freetype@nongnu.org

Re: [ft] FreeType 2.9 for iOS

2018-05-06 Thread R0b0t1
Post exact errors and download homebrew (https://brew.sh). You will need Xcode. Check the following: https://github.com/jkyin/Compile-Freetype-For-iOS https://github.com/cdave1/freetype2-ios Or: cmake -D IOS_PLATFORM=OS -G Xcode Cheers, R0b0t1 On Sun, May 6, 2018 at 9:12 PM, 刘小龙

[ft] FreeType 2.9 for iOS

2018-05-06 Thread ??????
Hello: I would like to ask, how to compile freetype 2.9 for iOS, I run on the Mac. /configure There is an error in the lack of zlib, bzip2, libpng library, how to compile on mac for iOS, thank you ___ Freetype mailing list Freetype@nongnu.org

Re: [ft] Freetype HTTPS Download

2017-11-03 Thread Werner LEMBERG
> Is it only me that see the links are still http://? Oops! Now fixed. > And also, until we are on topic, the left menu is too tall and > because it has "position:fixed" it runs down out of the browser > window on my 1366x768 screen. The only way to reach it is by > changing CSS properties

Re: [ft] Freetype HTTPS Download

2017-11-03 Thread Werner LEMBERG
Hello Jonas, thanks for your report! > The download links on https://www.freetype.org/download.html are all > over HTTP, Freetype.org itself offers HTTPS, as well does Savannah and > SourceForge (with the exception of gnuwin32), and gtk.org. > > Please update these links to use HTTPS. Fixed.

[ft] Freetype HTTPS Download

2017-10-24 Thread Jonas 'Sortie' Termansen
Hi, The download links on https://www.freetype.org/download.html are all over HTTP, Freetype.org itself offers HTTPS, as well does Savannah and SourceForge (with the exception of gnuwin32), and gtk.org. Please update these links to use HTTPS. Additionally the link to

Re: [ft] Freetype memory allocation

2017-09-09 Thread Werner LEMBERG
>> I cannnot move the flush of the drawing operations at the end of >> the for loop for performances reason of my embedded application. Is >> there a clean way to avoid the automatic memory deallocation in >> freetype? No. You have to copy the bitmap, either by doing this manually or using the

Re: [ft] Freetype memory allocation

2017-09-08 Thread R0b0t1
On Fri, Sep 8, 2017 at 2:21 PM, Vincenzo NZ wrote: > Hi all, > I have a little problem with freetype memory allocation. > Basically I start from the tutorial example: > > FT_GlyphSlot slot = face->glyph; /* a small shortcut */ > int pen_x, pen_y, n; > > > ...

Re: [ft] Freetype memory allocation

2017-09-08 Thread Vincenzo NZ
Hi Lawrence, I have no idea how add more glyph slots to the face object. Do you think that using freetype cache mechanism (e.g. FTC_ImageCache_Lookup ) with bitmap object can help me? I tried to use FTC but for example I didn't understood the FTC_ImageType

Re: [ft] Freetype memory allocation

2017-09-08 Thread Lawrence D'Oliveiro
On Fri, 8 Sep 2017 21:21:13 +0200, Vincenzo NZ wrote: > The problem is that freetype at every new loop deallocates the > memory allocated for the bitmap invalidating the address passed to > *my_draw_bitmap*. Would glyph slots help with this? Only I couldn’t find any API for actually adding

[ft] Freetype memory allocation

2017-09-08 Thread Vincenzo NZ
Hi all, I have a little problem with freetype memory allocation. Basically I start from the tutorial example: FT_GlyphSlot slot = face->glyph; /* a small shortcut */ int pen_x, pen_y, n; ... initialize library ... ... create face object ... ... set character size ... pen_x = 300;

Re: [ft] freetype-py not working!

2017-07-06 Thread Werner LEMBERG
> Dear sirs > I tried as said in docs: pip install freetype-py and also git clone > https://github.com/rougier/freetype-py.git but python does not recognize > freetype > when i use the example in the docs the said use freetype 2 and use > freeype.dll but from where i get them? What exact error

[ft] freetype-py not working!

2017-07-06 Thread Mahmoud Al-Arbash
Dear sirs I tried as said in docs: pip install freetype-py and also git clone https://github.com/rougier/freetype-py.git but python does not recognize freetype when i use the example in the docs the said use freetype 2 and use freeype.dll but from where i get them? Thank You -- Best Regards From

Re: [ft] FreeType Debugging

2017-06-16 Thread Ammar ul hassan
> Try the FreeType demo programs (ftview, ftstring, etc.). Thanks i will look into them. On Fri, Jun 16, 2017 at 6:19 PM, Werner LEMBERG wrote: > >> On Unix-like systems, tracing and error messages are sent to stderr > > > > I tried to compile the Freetype by putting some

Re: [ft] FreeType Debugging

2017-06-16 Thread Ammar ul hassan
> Which platform? I am using Unix. > On Unix-like systems, tracing and error messages are sent to stderr I tried to compile the Freetype by putting some messages through fprintf like putting this fprintf( stderr, "File cannot be opened \n" ); under some obvious code which always runs, but i

Re: [ft] FreeType Debugging

2017-06-16 Thread Werner LEMBERG
>> On Unix-like systems, tracing and error messages are sent to stderr > > I tried to compile the Freetype by putting some messages through > fprintf like putting this fprintf( stderr, "File cannot be opened > \n" ); under some obvious code which always runs, but i couldn't see > the output on

Re: [ft] FreeType Debugging

2017-06-15 Thread Werner LEMBERG
> 1) I am trying to debug the Type1 driver by printing some error >messages using FT_ERROR MACRO. I have defined both #define >FT_DEBUG_LEVEL_ERROR, #define FT_DEBUG_LEVEL_TRACE MACROS in >ftoption.h to use FT_ERROR. OK. > For testing i have created a client application which takes

[ft] FreeType Debugging

2017-06-14 Thread Ammar ul hassan
HI! 1) I am trying to debug the Type1 driver by printing some error messages using FT_ERROR MACRO. I have defined both #define FT_DEBUG_LEVEL_ERROR, #define FT_DEBUG_LEVEL_TRACE MACROS in ftoption.h to use FT_ERROR. I am printing some messages after the header formats are checked i.e. after

Re: [ft] FreeType and VFlib projects

2017-06-11 Thread suzuki toshiya
Hi, I cannot remember any discussion about the "merge" with VFlib within this 5 years. I guess there might have been nothing. Have you already asked this question to Kakugawa-sensei? Regards, mpsuzuki f572...@yahoo.co.jp wrote: > Dear FreeType Developers, > According to the following page (in

Re: [ft] Freetype outline rendering artifacts

2017-05-31 Thread Werner LEMBERG
> The artifacts appear when I render with high font size to outline > ratio. For example, on the above screenshot font size is set to 40 > and outline width set to 10. If outline is set to just several > pixels, everything is ok. > > How can I fix this? I fear you can't: It's a limitation of

Re: [ft] FreeType Modification

2017-04-07 Thread Werner LEMBERG
> Actually i extracted the same way and copied in my /usr/share/fonts > and even in ~/.fonts, but hey dont appear in (fc-list) after i > manually rebuild the font cache (fc-cache -f -v), so i can > immediately use them everywhere. It is very likely that fontconfig doesn't support Windows bitmap

Re: [ft] FreeType Modification

2017-04-07 Thread Werner LEMBERG
>> I tried the first font on this page, >> >> http://www.2200freefonts.com/new/911porscha_bitmap0.zip >> >> and it is a plain zip file! > > It is a zip file, but its main content, 911BM3.FON, is not. It is an > MS-DOS executable. No, it's not. It's a font using Microsoft's `New

Re: [ft] FreeType Modification

2017-04-07 Thread Lawrence D'Oliveiro
On Thu, 06 Apr 2017 15:14:45 +0200 (CEST), Werner LEMBERG wrote: > I tried the first font on this page, > > http://www.2200freefonts.com/new/911porscha_bitmap0.zip > > and it is a plain zip file! It is a zip file, but its main content, 911BM3.FON, is not. It is an MS-DOS executable.

Re: [ft] FreeType Modification

2017-04-07 Thread Ammar ul hassan
Actually i extracted the same way and copied in my /usr/share/fonts and even in ~/.fonts, but hey dont appear in (fc-list) after i manually rebuild the font cache (fc-cache -f -v), so i can immediately use them everywhere. On Thu, Apr 6, 2017 at 10:14 PM, Werner LEMBERG wrote: > >

Re: [ft] FreeType Modification

2017-04-06 Thread Werner LEMBERG
>> Simply download some windows bitmap files! This is the first hit >> on google for searching `.fon download': >> >> http://www.2200freefonts.com/b-fon-b-fonts.php > > Actually i tried these fonts before but these are windows > executable's and i am unable to install them in Linux for my >

Re: [ft] FreeType Modification

2017-04-06 Thread Ammar ul hassan
Thanks for the reply. Actually i tried these fonts before but these are windows executable's and i am unable to install them in Linux for my testing. On Thu, Apr 6, 2017 at 5:59 PM, Werner LEMBERG wrote: > > Hello Ammar! > > > > 4. I came to know that windows font driver 'winfnt'

Re: [ft] FreeType Modification

2017-04-06 Thread Werner LEMBERG
Hello Ammar! > 4. I came to know that windows font driver 'winfnt' is the simplest >to start with so i created the copy of this driver in main src >directory and changed accordingly, also i changed (added custom, >modified orignal) other files related to 'winfnt' driver in other >

[ft] FreeType Modification

2017-04-05 Thread Ammar ul hassan
Hello team FreeType My name is Ammar ul hassan, and i am working in a lab as a researcher. I am starting this new mail thread based on the response from a FreeType member to whom i privately mailed (Sorry for that i didn't know about this email list as i just started the research on FreeType). I

[ft] FreeType is part of GSoC 2017

2017-02-27 Thread Werner LEMBERG
FreeType is part of Google Summer of Code 2017! https://www.freetype.org/gsoc.html Werner ___ Freetype mailing list Freetype@nongnu.org https://lists.nongnu.org/mailman/listinfo/freetype

[ft] FreeType & GSoC

2017-02-05 Thread Werner LEMBERG
This year, FreeType wants to participate GSoC (Google Summer of Code). Here is our idea list. https://www.freetype.org/gsoc.html Please comment! And please spread the news :-) Werner ___ Freetype mailing list Freetype@nongnu.org

Re: [ft] Freetype license

2016-12-17 Thread Werner LEMBERG
Hello Titone! > Hi, I am considering using Freetype in my OpenGL project, that I > would like to keep closed-source. I am confused about your > licensing as the GPL requires making source code to my project > available, and the Freetype License (FTL) doesn't. The FTL only > requires

[ft] Freetype license

2016-12-17 Thread Titone Maurice
Hi, I am considering using Freetype in my OpenGL project, that I would like to keep closed-source. I am confused about your licensing as the GPL requires making source code to my project available, and the Freetype License (FTL) doesn't. The FTL only requires attribution and distribution of the

Re: [ft] FreeType Software

2016-12-10 Thread Werner LEMBERG
> I have a windows 10 OS and I would like to install the FreeType > software. Where can I download this from? http://download.savannah.gnu.org/releases/freetype/ft27.zip http://download.savannah.gnu.org/releases/freetype/ftdmo27.zip http://download.savannah.gnu.org/releases/freetype/ftdmo27.zip

Re: [ft] Freetype Usage

2016-08-09 Thread Lawrence D'Oliveiro
On Tue, 09 Aug 2016 09:31:39 +0200 (CEST), Werner LEMBERG wrote: >>> Can you send me an HTML patch for >>> >>> https://www.freetype.org/developer.html >>> >>> so that your bindings are listed also (and probably updating the >>> references to the other Python stuff)? >> >> Sure. How’s this?

Re: [ft] Freetype Usage

2016-08-09 Thread Werner LEMBERG
>> Can you send me an HTML patch for >> >> https://www.freetype.org/developer.html >> >> so that your bindings are listed also (and probably updating the >> references to the other Python stuff)? > > Sure. How’s this? Applied, thanks! Werner

Re: [ft] Freetype Usage

2016-08-08 Thread Lawrence D'Oliveiro
On Mon, 08 Aug 2016 13:36:13 +0200 (CEST), Werner LEMBERG wrote: > Can you send me an HTML patch for > > https://www.freetype.org/developer.html > > so that your bindings are listed also (and probably updating the > references to the other Python stuff)? Sure. How’s this? ---

Re: [ft] Freetype Usage

2016-08-08 Thread Werner LEMBERG
> [...] have a look at my set of Python bindings for the main parts of > the Linux typography stack: Can you send me an HTML patch for https://www.freetype.org/developer.html so that your bindings are listed also (and probably updating the references to the other Python stuff)? Werner

Re: [ft] Freetype Usage

2016-08-08 Thread Lawrence D'Oliveiro
On Mon, 8 Aug 2016 14:48:39 +0530, Manali Gaikawad wrote: > Please can you guide me how do I use this freetype library. FreeType is a very low-level library, which deals with little more than rasterizing individual glyphs and calculating metrics for them. To render entire lines of text, you need

Re: [ft] Freetype Usage

2016-08-08 Thread Werner LEMBERG
> I would like to know how to I use freetype in my application code, The documentation is available online. https://www.freetype.org/freetype2/docs/documentation.html > I want to render chinese characters on display. Please can you > guide me how do I use this freetype library. Please read

[ft] Freetype Usage

2016-08-08 Thread Manali Gaikawad
Hi This is Manali , I would like to know how to I use freetype in my application code, I want to render chinese characters on display. Please can you guide me how do I use this freetype library. Thanks Manali ___ Freetype mailing list

[ft] FreeType API/ABI Changes

2015-12-08 Thread Lawrence D'Oliveiro
Interesting synopsis of changes in FreeType over time, courtesy of this project. ___ Freetype mailing list

Re: [ft] FreeType Rasterizer/Renderer and Dropouts

2015-11-25 Thread Werner LEMBERG
Sorry for the late reply. > The code I used to generate the image is part of a much larger > project, but here's the general procedure I'm following. In case you haven't yet solved the issue, please create a stand-alone, command-line program (in C) that outputs its ASCII data to stdout, and

[ft] FreeType Rasterizer/Renderer and Dropouts

2015-10-20 Thread Mike Franklin
Hello, I'm experimenting with using FreeType's rasterizer and manually drawing outlines and strokes.  All is going well, but I'm encountering some rendering anomalies that I don't quite understand.  Please see the attached image. I'm guessing the chosen word for the anomaly illustrated in the

[ft] FreeType patents page updated

2015-08-25 Thread Werner LEMBERG
In another mailing list there was a reference to http://david.freetype.org/cleartype-patents.html I wasn't aware that this page exists... Consequently, I've just updated the patents page at http://freetype.org/patents.html Werner ___

Re: [ft] Freetype x86

2015-08-21 Thread Semeriak, AleksandraX
: Re: [ft] Freetype x86 Hi there, Sorry for the 2.5 month late reply! I'm cleaning inbox now. On 15-06-03 06:06 AM, Werner LEMBERG wrote: Hello Aleksandra, hello J, finally I've reached your responses while wading through my pile of e-mails :-) We have been looking into the use

[ft] FreeType

2015-08-20 Thread Tom Harlock
Hi, I am looking to take a single truetype glyph's bytecode parse it and draw it (i.e. a single character, extracted from the map). I have searched through the documentation, and couldn't find anything directly relevant. Is this possible without modifying the source? If so is it specified in

Re: [ft] FreeType

2015-08-19 Thread Lawrence D'Oliveiro
On Wed, 19 Aug 2015 16:33:09 +0100, Tom Harlock wrote: I am looking to take a single truetype glyph's bytecode parse it and draw it (i.e. a single character, extracted from the map). FreeType will give you a glyph http://freetype.org/freetype2/docs/reference/ft2-glyph_management.html, from

Re: [ft] Freetype x86

2015-08-18 Thread Behdad Esfahbod
Hi there, Sorry for the 2.5 month late reply! I'm cleaning inbox now. On 15-06-03 06:06 AM, Werner LEMBERG wrote: Hello Aleksandra, hello J, finally I've reached your responses while wading through my pile of e-mails :-) We have been looking into the use of Freetype and the

Re: [ft] Freetype x86

2015-06-02 Thread Werner LEMBERG
Hello Aleksandra, hello J, finally I've reached your responses while wading through my pile of e-mails :-) We have been looking into the use of Freetype and the compatibility with x86 devices, and as you noted in your first email, it should run on any platform, as it creates

Re: [ft] Freetype x86

2015-05-21 Thread J Decker
On Mon, May 18, 2015 at 4:06 AM, Semeriak, AleksandraX aleksandrax.semer...@intel.com wrote: Hello Werner, We have been looking into the use of Freetype and the compatibility with x86 devices, and as you noted in your first email, it should run on any platform, as it creates

Re: [ft] Freetype x86

2015-05-21 Thread Werner LEMBERG
Have you had time to look into the changes I have mentioned in my last email? Not yet, sorry. I'm extremely busy currently with non-computer issues (this is, having a lot of work in my other, musical life), increasing my pile of unread e-mails far too quick. Please give me some days to

Re: [ft] Freetype x86

2015-05-21 Thread Semeriak, AleksandraX
@nongnu.org' Subject: RE: [ft] Freetype x86 Hello Werner, We have been looking into the use of Freetype and the compatibility with x86 devices, and as you noted in your first email, it should run on any platform, as it creates Libs/armeabi/libfreetype.so, libs/armeabi-v7a/libfreetype.so or libs/x86

Re: [ft] Freetype x86

2015-05-21 Thread Lawrence D'Oliveiro
On Thu, 21 May 2015 11:22:26 -0700, J Decker wrote: They say that 'jam makes things easier than make' but looking through that now I don't see simplicity. Cmake also scans sources or enables appropriate build environments to generate dependencies for headers Unlike Jam (or SCons), CMake

Re: [ft] Freetype x86

2015-05-18 Thread Semeriak, AleksandraX
, AleksandraX Sent: Wednesday, May 13, 2015 5:33 PM To: Werner LEMBERG Cc: freetype@nongnu.org Subject: RE: [ft] Freetype x86 Dear Werner, My apologies for the late reply, the email was directed to the Junk E-Mail folder for some reason and I haven't seen it until now. Thank you very much

[ft] Freetype x86

2015-04-24 Thread Semeriak, AleksandraX
Dear FreeType Team, My name is Aleksandra Semeriak and I am an account manager within the Software Services Group (SSG) at Intel Corporation. We have come across several great Android apps that are taking advantage of Freetype. As far as I found out the Freetype does support Android x86

Re: [ft] Freetype x86

2015-04-24 Thread Werner LEMBERG
Hello Aleksandra! We have come across several great Android apps that are taking advantage of Freetype. As far as I found out the Freetype does support Android x86 platforms natively, although this option is not set by default. Basically, FreeType doesn't provide special support for *any*

Re: [ft] freetype

2015-02-15 Thread Werner LEMBERG
[Forwarding to the FreeType user mailing list.] Please help this guy. I am writing to you to ask for your help with freetype2. I intend to use freetype2 for embedded arm cortex m4 controller with ram 160 K and flash 1M. I wish to use truetype. Could you please give me some hints about

Re: [ft] freetype

2015-02-15 Thread Wojciech Mamrak
http://lists.gnu.org/archive/html/freetype/2013-08/msg1.html 2015-02-15 16:46 GMT+01:00 Werner LEMBERG w...@gnu.org: [Forwarding to the FreeType user mailing list.] Please help this guy. I am writing to you to ask for your help with freetype2. I intend to use freetype2 for embedded arm

[ft] FreeType v2501 under DJGPP with RHIDE

2015-01-13 Thread Daniel Nice
Hi, I am trying to run the demo FTSTRING.C with FreeType 2501 under DJGPP using RHIDE. My primary goal is to be able to step through FreeType at source level (using RHIDE) so that I can translate the anti-aliasing rasterizer to another language. Therefore, I do NOT desire to build the

Re: [ft] FreeType doesn't compile

2014-10-25 Thread Werner LEMBERG
I'm trying to compile FreeType, with no success however. Somewhere in the middle of the compilation process, I get some kind of an error, and I have no idea how to interpret it. gcc -o .\objs\apinames.exe .\src\tools\apinames.c make: Interrupt/Exception caught (code = 0xc005,

[ft] freetype dll for mingw

2014-07-17 Thread LM
I've been building freetype on MinGW with msys. I just upgraded my freetype build script from freetype-2.5.0.1 to freetype-2.5.3. I noticed some minor differences in the build including a new freetype-config.1. However, there was one important difference between 2.5.0.1 and 2.5.3. Using the

Re: [ft] freetype dll for mingw

2014-07-17 Thread Werner LEMBERG
I've been building freetype on MinGW with msys. I just upgraded my freetype build script from freetype-2.5.0.1 to freetype-2.5.3. I noticed some minor differences in the build including a new freetype-config.1. However, there was one important difference between 2.5.0.1 and 2.5.3. Using

[ft] Freetype on memory constrained systems

2014-03-28 Thread Ivan Hamer
I am trying to cross-compile freetype to be used on an embedded system. The binary generated seems to be taking up roughly 2MB, which is unacceptable due to memory constraints (512KB-1MB could work). Does anyone have ideas on making the library smaller, even at the cost of removing features?

Re: [ft] Freetype on memory constrained systems

2014-03-28 Thread Wojciech Mamrak
hello, http://lists.gnu.org/archive/html/freetype/2013-08/msg1.html 2014-03-28 17:26 GMT+01:00 Ivan Hamer tic...@gmail.com: I am trying to cross-compile freetype to be used on an embedded system. The binary generated seems to be taking up roughly 2MB, which is unacceptable due to memory

[ft] FreeType 2.5.2 has been released.

2014-03-08 Thread Werner LEMBERG
FreeType 2.5.3 has been released. It is available from http://savannah.nongnu.org/download/freetype/ or http://sourceforge.net/projects/freetype/files/ The latter site also holds older versions of the FreeType library. See below for the relevant snippet from the CHANGES file; all

Re: [ft] FreeType *2.5.3* has been released.

2014-03-08 Thread Werner LEMBERG
Sorry for the typo in the subject line. Werner == FreeType 2.5.3 has been released. It is available from http://savannah.nongnu.org/download/freetype/ or http://sourceforge.net/projects/freetype/files/

Re: [ft-devel] [ft] FreeType *2.5.3* has been released.

2014-03-08 Thread Werner LEMBERG
Sorry for the typo in the subject line. Werner == FreeType 2.5.3 has been released. It is available from http://savannah.nongnu.org/download/freetype/ or http://sourceforge.net/projects/freetype/files/

[ft] Freetype 2.5 not installable with make

2013-12-23 Thread Titus Cheung
Hello, I'm running Linux 2.6.18-194.el5 #1 SMP Fri Apr 2 14:58:14 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux and with freetype-2.4.10.tar.gz to freetype-2.4.12.tar.gz, I'm able to install fine with following:cd install directory./configure --prefix=install directory/installmake make install

Re: [ft] Freetype 2.5 not installable with make

2013-12-23 Thread Werner LEMBERG
[Please send e-mails with properly formatted plain text.] With freetype-2.5.2.tar.gz, I'm getting a lot more warnings and the following error: [...] Alas, your data is not sufficient to do any diagnosis. Please unpack the tarball again to get a clean directlry, run ./configure and send

[ft] FreeType 2.5.2 has been released.

2013-12-08 Thread Werner LEMBERG
FreeType 2.5.2 has been released. It is available from http://savannah.nongnu.org/download/freetype/ or http://sourceforge.net/projects/freetype/files/ The latter site also holds older versions of the FreeType library. See below for the relevant snippet from the CHANGES file; all

[ft] FreeType 2.5.1 has been released.

2013-11-25 Thread Werner LEMBERG
FreeType 2.5.1 has been released. It is available from http://savannah.nongnu.org/download/freetype/ or http://sourceforge.net/projects/freetype/files/ The latter site also holds older versions of the FreeType library. See below for the relevant snippet from the CHANGES file; all

Re: [ft] Freetype 2.4.4 - freetype 2.4.12: FT_Get_Advance changed behaviour?

2013-06-03 Thread Werner LEMBERG
I've reduced my code to the attached program (which is still a bit convoluted - sorry!). [...] Thanks. There was a serious bug in FT_Get_Advance which has been fixed in version 2.4.9: According to the documentation, the returned advance value is either in 16.16 format or in font units.

Re: [ft] Freetype 2.4.4 - freetype 2.4.12: FT_Get_Advance changed behaviour?

2013-06-03 Thread Gregor Mückl
On 6/3/2013 9:05 AM, Werner LEMBERG wrote: I've reduced my code to the attached program (which is still a bit convoluted - sorry!). [...] Thanks. There was a serious bug in FT_Get_Advance which has been fixed in version 2.4.9: According to the documentation, the returned advance value is

[ft] Freetype 2.4.4 - freetype 2.4.12: FT_Get_Advance changed behaviour?

2013-06-02 Thread Gregor Mückl
Hi! I've upgraded a project of mine from using freetype 2.4.4 to freetype 2.4.12 and now I experience totally broken text layouting (the layouting code is my own). Horizontal spacings between characters are now either far too large or far too small, depending on the font. In one case the

Re: [ft] Freetype 2.4.4 - freetype 2.4.12: FT_Get_Advance changed behaviour?

2013-06-02 Thread Werner LEMBERG
I've upgraded a project of mine from using freetype 2.4.4 to freetype 2.4.12 and now I experience totally broken text layouting (the layouting code is my own). Horizontal spacings between characters are now either far too large or far too small, depending on the font. In one case the glyph

[ft] FreeType now supports color emojis

2013-05-29 Thread Werner LEMBERG
Behdad Esfahbod (on behalf of Google) contributed support for color embedded bitmaps (eg. color emoji). https://color-emoji.googlecode.com/git/specification/v1.html Here's a link to Google's blog entry: http://google-opensource.blogspot.de/2013/05/open-standard-color-font-fun-for.html

[ft] FreeType 2.4.12 has been released

2013-05-08 Thread Werner LEMBERG
FreeType 2.4.12 has been released. It is available from http://savannah.nongnu.org/download/freetype/ or http://sourceforge.net/projects/freetype/files/ The latter site also holds older versions of the FreeType library. See below for the relevant snippet from the CHANGES file;

[ft] Freetype 2.4.11 Cross Compiling

2013-02-19 Thread Dimitris Zenios
Hello everyone i am trying to compile freetype2 for mips on x86_64 pc.The command used is CC_BUILD=mipsel-unknown-linux-gnu-gcc ./configure --build=x86_64-pc-linux-gnu --host=mipsel-unknown-linux-gnu --prefix=/home/zenios/src/mipsel-unknown-linux-gnu/mipsel-unknown-linux-gnu/sys-root/usr

Re: [ft] Freetype 2.4.11 Cross Compiling

2013-02-19 Thread suzuki toshiya
Hi, Thank you for the report. Could you post config.log config.status? I should check why the compiler for apinames (basically, the compiler for libfreetype and apinames are distinguished in configure) is set for MIPS platform. Regards, mpsuzuki Dimitris Zenios wrote: Hello everyone i am

Re: [ft] FreeType and Direct X (was: License question)

2013-01-11 Thread Takeyoshi Kobayashi
Daer All, thank you for all the input and suggestions. My engine still is based on DX9 though... I wanted to have an easy font-system in my engine without the need for shaders. For text I am using the default DX9 TnL machinery and I was able now to solve my problems. I noticed that using single

[ft] FreeType and Direct X (was: License question)

2013-01-09 Thread Werner LEMBERG
[CCing the freetype mailing list.] However, there seems to be not a single project utilizing the FreeType library in MS DirectX projects. I concentrate in DirectX in my engine and so help here would have been useful... however, non-existent. Well, I'm working almost exclusively on

Re: [ft] FreeType and Direct X (was: License question)

2013-01-09 Thread Iñaki Castillo Arteta
[mailto:freetype-bounces+inaki.castillo=pandasecurity@nongnu.org] En nombre de Werner LEMBERG Enviado el: miércoles, 09 de enero de 2013 14:47 Para: takeyos...@gmail.com CC: freetype@nongnu.org Asunto: [ft] FreeType and Direct X (was: License question) [CCing the freetype mailing list.] However

Re: [ft] FreeType and Direct X (was: License question)

2013-01-09 Thread Leo Hourvitz
Takeyoshi - I've used FreeType on Windows at small font sizes on previous projects with no problem (albeit that was a few years ago). While I personally haven't used it in a DirectX project, a web search for FreeType DirectX shows a number of folks who report success with it, including at least

  1   2   3   >