summaryrefslogtreecommitdiff
path: root/font-viewer/font-utils.c
AgeCommit message (Collapse)AuthorFilesLines
2017-03-08font-viewer font-utils: Add face_index argumentraveit651-2/+4
font_utils_get_font_name_for_file() now takes face index as the third argument. All callers changed.
2017-03-08sushi-font-loader: Add face_index argumentraveit651-1/+1
sushi_new_ft_face_from_uri{,_async}() now takes face index as the third argument. All callers changed. https://bugzilla.gnome.org/show_bug.cgi?id=752005 taken from: https://git.gnome.org/browse/gnome-font-viewer/commit/?id=28bab70
2017-02-17Fontviewer: font-model, add API to get an iter from a FT_Faceraveit651-0/+65
We'll need this to update the Install button state when a new font is installed. taken from: https://git.gnome.org/browse/gnome-font-viewer/commit/?id=1a21320