harfbuzz/util
Chun-wei Fan 998e8dda93 util: Fix build on Visual Studio
Use the fallback implementation for lround() only on pre-2013 Visual
Studio, and ensure we are clear about the types of the parameters for
lround() and scalbnf(), since Visual Studio can be quite picky on
ambiguous parameter types.  Also, use g_ascii_strcasecmp() rather than
strcasecmp() as we are already using GLib for this code and we are
assured that g_ascii_strcasemp() is available.

For scalbnf() on pre-2013 Visaul Studio, a fallback implementation is
needed, but use another forced-included header for those compilers, which
will be added later.

Also use (char)27 on Visual Studio builds as '\e' is not a recognized
escape sequence, which will do the same thing.
2015-11-16 23:04:35 +08:00
..
Makefile.am [util] Disable hb-fc-list for now 2015-06-18 11:07:52 -07:00
ansi-print.cc util: Fix build on Visual Studio 2015-11-16 23:04:35 +08:00
ansi-print.hh [util] Make hb-view print out Unicode art if stdout is a terminal 2012-05-13 07:55:00 +02:00
hb-fc-list.c [utils] Add hb-fc-list 2015-04-09 19:16:57 -07:00
hb-fc.cc [utils] Add hb-fc-list 2015-04-09 19:16:57 -07:00
hb-fc.h [utils] Add hb-fc-list 2015-04-09 19:16:57 -07:00
hb-ot-shape-closure.cc [util] Add --font-size to hb-shape 2015-01-20 12:45:13 -08:00
hb-shape.cc Add API/cmdline to show glyph extents when serializing buffer 2015-08-24 13:49:55 +01:00
hb-view.cc [util] Add --font-size to hb-shape 2015-01-20 12:45:13 -08:00
helper-cairo-ansi.cc [util] Fix ansi output when surface is empty 2014-09-25 17:59:46 +03:00
helper-cairo-ansi.hh [util] Make hb-view print out Unicode art if stdout is a terminal 2012-05-13 07:55:00 +02:00
helper-cairo.cc util: Fix build on Visual Studio 2015-11-16 23:04:35 +08:00
helper-cairo.hh [util] If font has color, generate PNG with color 2015-11-05 11:37:48 -08:00
main-font-text.hh [util] Fix option-parsing leaks 2015-11-03 12:13:28 -08:00
options.cc util: Fix build on Visual Studio 2015-11-16 23:04:35 +08:00
options.hh [util] Fix crash when --output-file is specified but not --output-format 2015-11-10 11:37:01 -08:00
shape-consumer.hh Fix misc warnings reported by cppcheck 2013-06-10 15:08:49 -04:00
view-cairo.cc [util] If font has color, generate PNG with color 2015-11-05 11:37:48 -08:00
view-cairo.hh [util/hb-view] Fix rendering with all combinations of negative scales 2015-04-09 15:52:26 -07:00