~alcinnz/fontconfig-pure

ref: 6e336e5ee4797190f83be2b381234980c7b680f5 fontconfig-pure/Graphics/Text/Font/Choose/Pattern.hs -rw-r--r-- 13.9 KiB
046b068f — Adrian Cochrane 2 years ago
Bind CSS 'font-stretch' to FontConfig 'width' property, has same scale!
75dbf79c — Adrian Cochrane 2 years ago
Bind CSS 'font-variation-settings' to FontConfig 'variable' property.
fe4bf6c8 — Adrian Cochrane 2 years ago
Language bind CSS 'font-feature-settings' to FontConfig's 'fontfeatures'.
9e57fdc4 — Adrian Cochrane 2 years ago
Language-bind CSS 'font-weight' to FontConfig 'weight' & CSS 'font-style' to FontConfig 'slant'
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.
c10cdcf2 — Adrian Cochrane 2 years ago
Fixes to decoding FcFontSets, still experiencing segfaults...
cc3a295f — Adrian Cochrane 2 years ago
Break infinite loop decoding patterns from C.
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.
58198ed8 — Adrian Cochrane 2 years ago
Refine FontConfig FreeType utility bindings, so it compiles & correct manages memory
db90fbd0 — Adrian Cochrane 2 years ago
Get FontSet module compiling (need to review memory management responsibilities).
160a3581 — Adrian Cochrane 2 years ago
Refine memory management for Patterns.
24a77a5f — Adrian Cochrane 2 years ago
Get Value & Pattern types compiling correctly.
e21707cb — Adrian Cochrane 2 years ago
First!