~alcinnz/fontconfig-pure

ref: cf269460c3f55030c8e5271c0218ea333796e86e fontconfig-pure/fontconfig-pure.cabal -rw-r--r-- 3.6 KiB
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!