summaryrefslogtreecommitdiff
path: root/src/w32uniscribe.c
Commit message (Expand)AuthorAgeFilesLines
* (uniscribe_check_otf): Don't fallback on DFLT script.Jason Rumney2008-08-291-0/+2
* (uniscribe_shape): Shut up compiler warning in LGLYPH_SET_CODE.Eli Zaretskii2008-08-291-1/+6
* (struct uniscribe_font_info): Include composite.h.Kenichi Handa2008-08-291-1/+2
* * w32font.h (struct w32font_info): Use unicode version of textmetrics.Jason Rumney2008-07-301-0/+3
* (uniscribe_encode_char): Fix glyph buffer size.Jason Rumney2008-07-301-1/+1
* (uniscribe_shape): Avoid using context if cacheJason Rumney2008-07-291-53/+115
* (uniscribe_shape): Pass NULL for control arg to ScriptItemize. CleanJason Rumney2008-07-251-37/+54
* * w32font.c (w32font_encode_char): Encode characters outside BMP asJason Rumney2008-07-251-5/+16
* * w32font.c (w32font_open): Set font type to gdi.Jason Rumney2008-07-231-0/+2
* (uniscribe_open): Adjust it for the change ofKenichi Handa2008-07-091-1/+2
* * w32font.h (FONT_HANDLE, FONT_TEXTMETRIC): New macros.Jason Rumney2008-06-261-3/+3
* * w32bdf.c, w32bdf.h: Remove obsolete files.Jason Rumney2008-06-261-3/+3
* Add font logging to list and match functions.Jason Rumney2008-06-181-2/+6
* (add_opentype_font_name_to_list): Skip non unicode fonts.Jason Rumney2008-06-101-0/+7
* (add_opentype_font_name_to_list): Adjusted forKenichi Handa2008-06-101-1/+1
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-141-6/+4
* Delete USE_FONT_BACKEND conditional.Kenichi Handa2008-05-141-22/+14
* (SNAME): Extract only symbol name.Jason Rumney2008-04-081-1/+1
* (uniscribe_shape): Map char at FROM to current glyph.Jason Rumney2008-04-061-49/+18
* (uniscribe_shape): Increase items buffer size.Jason Rumney2008-04-061-81/+105
* Add arch taglineMiles Bader2008-04-051-0/+3
* (uniscribe_check_otf): Rearrange loop for counting features.Jason Rumney2008-04-041-4/+2
* (uniscribe_check_otf): Add GC protection before consing.Jason Rumney2008-04-041-1/+6
* (uniscribe_check_otf): Fix last change.Jason Rumney2008-04-041-1/+1
* (uniscribe_check_otf): Sanity check otf_spec.Jason Rumney2008-04-031-0/+8
* Font backend implementation for Uniscribe on Windows 2000 and later.Jason Rumney2008-04-031-0/+865