libschrift icon indicating copy to clipboard operation
libschrift copied to clipboard

A lightweight TrueType font rendering library

Results 15 libschrift issues
Sort by recently updated
recently updated
newest added

cmap_fmt4, cmap_fmt6 and glyph_id functions declaration and definition didn't match, causing errors when compiling for 32bit (-m32 compiler and linker flag). Some variables were created as unsigned long, pointer to...

RTL languages, such as Persian, are rendered as though they are LTR text, and therefore appear disjointed as shown below. ![Image showing issue with rendering RTL text](https://user-images.githubusercontent.com/3747104/90639557-ba45e980-e226-11ea-9952-715433a05596.png) Are there any...

I'm a beginner in OpenGL, I don't use XLib at all, and this looks like a really nice alternative for the very heavy FreeType. I don't want to spend days/weeks...

The reason the advance parameter is included in the hook's parameters is to allow the glyphs to be mirrors around their center.

I'm just wondering if we could remove the dependency on libm. Just a few changes to do this, but I could be wrong.

Very nice stuff. I have looked over the code briefly, but how hard would it be to get a scaled output of a character for just the line points and...

Hey there, I've encountered a stack overflow crash in render_outline due to the fact that in my setup I cannot allocate 256KB onto the stack. STACK_ALLOC requires at least 256KB...

A function that returns all glyphs and their codepoints in a font would make it really easy to create packed textures for use in OpenGL. Currently there's no way to...

Hi tomolt, Thanks for this library. I'm trying to use it under windows, but I always get an unmodified bitmap, regardless what I do. I used the latest tag 10.2...

I've been having compile issues for this on several of my machines, I'm not very confident of this fix other than for my own use, but thought I'd post it...