freetype
FT_Get_Kerning returns 0 vector
I check if my TTF file has kerning information usingFT_HAS_KERNING, and this returns true. I then use:[详细]
2023-04-05 23:09 分类:问答C++ OpenGL / FreeType scrolling font
Looking for opinions on the best way to scroll text, Im using the freetype lib with OpenGL/c++ on Slackware.[详细]
2023-04-04 03:54 分类:问答PHP Fatal error: Call to undefined function imagettftext()
Why am I getting the error PHP Fatal error:Call to undefined function imagettftext() on line 29? <?php[详细]
2023-04-01 22:58 分类:问答Call to undefined function imagefttext()
I have this script: <?php $im = imagecreatetruecolor(300, 150); imagettftext($a, $b, $c, $d, $e); imagepng($im);[详细]
2023-03-30 18:57 分类:问答how to write Android.mk files for multi-libs native c project?
I have a seGraphics lib ,it deps agg lib and freetype lib.All of them are source files I want to generate one seGraphics.a file.[详细]
2023-03-30 15:04 分类:问答How to draw outline text on OpenGL ES context in iOS?
I\'m trying to draw text on OpenGL ES context on iOS platform. I have to draw rich-text with outline font (TTF, OTF or others)[详细]
2023-03-25 10:25 分类:问答ERROR: "undefined reference to `agg::platform_support::platform_support(agg::pix_format_e, bool)" in Code::Blocks IDE
i\'m building a project which use freetype and agg libs, i\'m sure i have added the libfreetype.so and libagg.a to the linker.[详细]
2023-03-24 13:08 分类:问答FreeType support for right-to-left languages
Does FreeType support the use of right-to-left languag开发者_如何学JAVAes, like Hebrew? I can get it to display correctly if I just reverse the string first, but this isn\'t as efficient. So what I am[详细]
2023-03-14 23:00 分类:问答Compiling FreeType to DLL (as opposed to static library)
I want to use FreeType in a c# project. I found this binding, but I still need a freetype.dll. I usually use a static library in my c++ projects, so I never compiled one. Opening the freetype-solution[详细]
2023-03-09 17:18 分类:问答Why can't I render text identical (pixel-perfect) as Ubuntu 11 using FreeType2.4.4?
I\'ve been working on this for days. I\'m trying to render a character (with subpixel hint开发者_开发技巧ing) that exactly resemble the Ubuntu\'s LCD slight mode. I\'ve already set FT_LOAD_FORCE_AUTO[详细]
2023-03-09 08:45 分类:问答