summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2003-09-23Add a FC_HINT_STYLE key for patterns, with possible valuesOwen Taylor2-0/+11
2003-09-06Add new spacing value FC_DUAL (dual-width, as some CJK fonts). (bug #111)Noah Levitt2-11/+45
2003-09-01FcConfigAppFontClear: Support passing NULL to use default config.Manish Singh1-0/+7
2003-08-15Added new FcFini function for cleaning up all memory. Fixed a few memoryCarl Worth7-9/+169
2003-07-20Implement new semantics for Contains and LISTING:Keith Packard6-53/+89
2003-07-09Was miscomputing end of string position for FcStrtod in locales withKeith Packard1-1/+1
2003-06-26Add autoconf checks for FT_Has_PS_Glyph_NamesKeith Packard1-0/+6
2003-06-26Allow config->cache to be null (as it is when $HOME is not set)Keith Packard1-3/+6
2003-06-25Lean on autoconf to find useful FreeType functions (bug 95)Keith Packard1-29/+17
2003-06-15Trivial braino.Tor Lillqvist1-1/+1
2003-06-15Fix cut&paste error.Tor Lillqvist1-1/+1
2003-06-13Check also for DLL_EXPORT as indication of being built as a DLL on Win32.Tor Lillqvist1-1/+5
2003-06-13Add share/doc directory. Add Fc*.3 man pages.Tor Lillqvist1-2/+3
2003-06-09Optimization in FcLangSetIndex was broken, occasionally returning a pointerKeith Packard1-14/+7
2003-05-28Fix "contains" op for strings and langsets.James Su2-6/+113
2003-05-17Fix build error with BDF prop local. Free langset after queryKeith Packard1-1/+8
2003-05-16oops. Left the psfontinfo.weight matching code commented out while testingKeith Packard1-2/+0
2003-05-14Extract spacing from XLFD atomJuliusz Chroboczek1-0/+14
2003-05-12Use FcIsWidth to share codeKeith Packard1-21/+6
2003-05-12Reinstate SETWIDTH_NAME parsing for legacy fonts, disappeared in 1.30.Juliusz Chroboczek1-1/+4
2003-05-12Generate FC_SIZE and FC_DPI for legacy bitmap fontsJuliusz Chroboczek1-0/+41
2003-05-07Add filename-based accept/reject to ammend available fonts.Keith Packard6-30/+232
2003-05-04Add more .cvsignore entriesKeith Packard1-0/+1
2003-05-04Handle Adobe glyph names for fonts which include ADOBE_CUSTOM encodingsKeith Packard2-2/+168
2003-05-02Grub through style to find weight/slant/width values when other techniquesKeith Packard3-75/+233
2003-05-02Add book constant for book weightKeith Packard1-0/+1
2003-05-01Add demi and book postscript weight names. Allow spaces in postscript and XKeith Packard1-2/+4
2003-04-30Typo in bitstream foundry nameKeith Packard1-1/+1
2003-04-24Debug output for unknown ps weight names. ignore italic_angle for PS fontsKeith Packard1-2/+13
2003-04-24FcFontList broken when presented a charset - was comparing inclusion in theKeith Packard2-4/+19
2003-04-22Handle pattern elements moving during multiple editsKeith Packard1-0/+8
2003-04-20From James Su -- only part of page 0xff is LatinKeith Packard1-1/+2
2003-04-18Guard calls to FT_Get_BDF_Property to avoid freetype jumping through nullKeith Packard1-3/+9
2003-04-17Pass FONTCONFIG_PATH in arguments to get expandedKeith Packard2-4/+1
2003-04-17BDF properties not available until FreeType 2.1.4Keith Packard1-1/+1
2003-04-17Remove some unused variables, and initialize some other ones so gcc doesn'tColin Walters1-4/+2
2003-04-16Search through the BDF properties for width and foundry informationKeith Packard1-1/+75
2003-04-16Move foundry detection data into fcfreetype.c (which is getting ratherKeith Packard3-119/+137
2003-04-15Fix unary operator parsing. Add floor, ceil, trunc and round unaryKeith Packard5-23/+180
2003-04-15Clean up ps font weight matching and check for NULLKeith Packard1-28/+31
2003-04-11Implemented foundry generation for Type 1 and TrueTypeJuliusz Chroboczek2-5/+145
2003-04-11Switch to locale-independent string compare functionKeith Packard1-14/+14
2003-04-11Bug #46, #47 fontconfig should retrieve type 1 font information fromKeith Packard1-0/+44
2003-04-08Fix dummy makefile target names when MS_LIB_AVAILABLE isn't set.Colin Walters1-2/+2
2003-03-28Set spacing to mono if every encoded glyph is the same widthKeith Packard1-5/+41
2003-03-22Changes for Windows:Tor Lillqvist9-182/+400
2003-03-22switch // commentKeith Packard1-1/+1
2003-03-20Avoid crashing on empty test/edit listsKeith Packard1-2/+4
2003-03-18FcCharSetIsSubset errored on fonts with subsets in early blocks and extraKeith Packard1-1/+1
2003-03-12add font widths and extend weight from OS/2 tableKeith Packard4-15/+89