mirror of
https://github.com/gnustep/libs-back.git
synced 2025-05-31 01:11:00 +00:00
* Undo the previous change and try a different approach..
just cache the character set in CairoFaceInfo, but load them as needed as we were doing before. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@32987 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
016af1f41c
commit
8b0d34990e
4 changed files with 33 additions and 10 deletions
|
@ -152,7 +152,7 @@ static NSArray *faFromFc(FcPattern *pat)
|
|||
|
||||
FcPattern *pat = FcPatternCreate();
|
||||
FcObjectSet *os = FcObjectSetBuild(FC_FAMILY, FC_SLANT, FC_WEIGHT,
|
||||
FC_SPACING, FC_CHARSET, NULL);
|
||||
FC_SPACING, NULL);
|
||||
FcFontSet *fs = FcFontList(NULL, pat, os);
|
||||
|
||||
FcPatternDestroy(pat);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue