~alcinnz/fontconfig-pure

ref: 61a2e4e486d9c9f5a9a8d09d70754cdd410b73af fontconfig-pure/Graphics/Text/Font/Choose d---------
b712c914 — Adrian Cochrane 2 years ago
Parse font-feature-settings for @font-face rules.
1c28add0 — Adrian Cochrane 2 years ago
Parse font-weight & font-stretch properties for @font-face.
878b65cd — Adrian Cochrane 2 years ago
Implement @font-face 'font-family' property.
6e336e5e — Adrian Cochrane 2 years ago
Define skeleton for parsing @font-face.
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.
9e1e5029 — Adrian Cochrane 2 years ago
Commit FontSet API (seperated out to break import loop).
c10cdcf2 — Adrian Cochrane 2 years ago
Fixes to decoding FcFontSets, still experiencing segfaults...
c75f865c — Adrian Cochrane 2 years ago
Correct FcType (and in turn FcValue) decoding.
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.
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.
b4f50b89 — Adrian Cochrane 2 years ago
Correct FcConfig memory handling & exception throwing.
Next