summaryrefslogtreecommitdiff
path: root/pango/pangocoretext-fontmap.c
Commit message (Expand)AuthorAgeFilesLines
* Fix PangoCoreTextFontsetClass definition so that it buildsJohn Ralls2012-08-301-4/+9
* More churnBehdad Esfahbod2012-08-281-9/+5
* coretext: don't insert item in the hash if it originated from the hashKristian Rietveld2012-06-051-11/+14
* coretext: implement detection of fonts supporting small capsKristian Rietveld2012-06-041-4/+46
* Bug 673497 - corefont fallback not always workingKristian Rietveld2012-06-041-6/+42
* Use same font family name fallback in pango_core_text_font_map_initKristian Rietveld2012-05-131-6/+9
* Make CoreText backend more robust against broken fontsKristian Rietveld2012-01-281-11/+60
* CoreText backend: implement font fallbacksKristian Rietveld2012-01-281-347/+961
* CoreText: stricter handling of FontSymbolic traitsKristian Rietveld2011-11-141-5/+11
* Bug 650781 - Font Families are listed lowercaseMatej Knopp2011-05-311-7/+5
* Bug 648044; Change PangoCoreTextFace::weight to type PangoWeight and perform ...John Ralls2011-05-011-52/+44
* Finish conversion to using G_DEFINE_TYPE: Provide PangoCoreTextFamilyClass an...John Ralls2011-04-301-43/+50
* pango/pangocoretext-fontmap.c: Use G_DEFINE_TYPEJavier Jardón2011-04-301-35/+2
* Properly propagate font size in pango_core_text_font_map_load_fontKristian Rietveld2011-04-141-1/+7
* Handle oblique fonts; synthesize italic fonts when neededKristian Rietveld2011-04-141-1/+70
* Factor out translation of CTFontDescriptor into seperate functionKristian Rietveld2011-04-141-52/+61
* Start implementation of CoreText backendKristian Rietveld2011-04-141-0/+952