~alcinnz/fontconfig-pure

ref: 8bd182876dfec3ecb5412793156517e2f9aa5963 fontconfig-pure/fontconfig-pure.cabal -rw-r--r-- 3.7 KiB
8bd18287 — Adrian Cochrane 1 year, 8 months ago
Attempted fix for errors during error reporting!
fa5759e9 — Adrian Cochrane 1 year, 9 months ago
Finish denoting compatibility with base-4.15.
61a2e4e4 — Adrian Cochrane 1 year, 9 months ago
Denote compatibility with base-4.15.
196a28a8 — Adrian Cochrane 1 year, 10 months ago
Bugfixing regarding bridging over to Harfbuzz, exposing more FreeType info.
866ea3d2 — Adrian Cochrane 1 year, 10 months ago
Start implementing a seperate bridge module to Harfbuzz.
8abf2980 — Adrian Cochrane 1 year, 10 months ago
Fix various segfaults & exercise bridging from FcPatterns to Ft_Faces.
cf269460 — Adrian Cochrane 2 years ago
Add rudimentary test suite.

Transliterates some of FontConfig's unittests to ensure the language bindings don't break things.
Could still be tested further.
1d62f061 — Adrian Cochrane 2 years ago
Bind FontConfig 'size' to CSS 'font-size', ensure old values get overriden.
5b204783 — Adrian Cochrane 2 years ago
Start implementing CSS bindings with font-family, build underlying infrastructure.
a327c852 — Adrian Cochrane 2 years ago
Fix linking issues, still has issues decoding patterns.
300e62d1 — Adrian Cochrane 2 years ago
Final memory-safety fixes & expose public API.
614373ce — Adrian Cochrane 2 years ago
Compile and test Init routines.
fcf1e371 — Adrian Cochrane 2 years ago
Remove file utility & throw memory exceptions for String utilities.
92f6f9bf — Adrian Cochrane 2 years ago
Expose more weight APIs & the FcAtomic APIs.
21f288ec — Adrian Cochrane 2 years ago
Get language bindings for FcConfig type compiling.
58198ed8 — Adrian Cochrane 2 years ago
Refine FontConfig FreeType utility bindings, so it compiles & correct manages memory
b863f00d — Adrian Cochrane 2 years ago
Refine memory management of FontSets (until I've enabled FcConfig code).
db90fbd0 — Adrian Cochrane 2 years ago
Get FontSet module compiling (need to review memory management responsibilities).
24a77a5f — Adrian Cochrane 2 years ago
Get Value & Pattern types compiling correctly.
e21707cb — Adrian Cochrane 2 years ago
First!