-
Notifications
You must be signed in to change notification settings - Fork 2
/
Changes
42 lines (31 loc) · 1.27 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Revision history for FontConfig
{{$NEXT}}
0.1.5 2024-10-07T07:15:18+13:00
- Filter :all, & :best options from FontConfig base class.
These are used by FontConfig::Pattern derived class
0.1.4 2023-08-25T07:01:21+12:00
- Rename :$limit option to :$best on pattern matches. Make
this option work on arrays as well as iterator series
0.1.3 2023-08-03T12:44:50+12:00
- Turn familylang, stylelang, fullnamelang, namelang into
Hash maps by language code
0.1.2 2023-08-03T08:56:13+12:00
- Add :$limit option to series
- Fix series iterator
0.1.1 2023-07-28T06:31:41+12:00
- Define FcMatrix struct
0.1.0 2023-07-24T04:13:21+12:00
- Added classes FontConfig::Pattern, FontConfig::Match and
FontConfig::Match::Series
- Missing objects now return specific type. e.g. a missing
$patt.aspect returns Num:U instead of Any:U.
0.0.4 2022-04-21T14:32:39+12:00
- Fix testing and handling of zero pattern matches
- Added FontConfig.set-config-file() configuration method
0.0.3 2022-02-02T12:10:52+13:00
- Add query-ft-face() which returns a pattern for an existing FreeType
font.
0.0.2 2022-01-28T11:33:30+13:00
- Handle lists. e.g. $patt.family = <Arial sans>;
0.0.1 2022-01-27T16:52:44+13:00
- Initial version