cairo 1.12.8-x86-mingw32 → 1.12.9-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of cairo might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/NEWS +23 -0
- data/Rakefile +20 -11
- data/ext/cairo/rb_cairo.c +1 -0
- data/ext/cairo/rb_cairo.h +1 -1
- data/ext/cairo/rb_cairo_context.c +6 -38
- data/ext/cairo/rb_cairo_private.h +1 -0
- data/ext/cairo/rb_cairo_rectangle.c +83 -0
- data/ext/cairo/rb_cairo_surface.c +52 -20
- data/lib/2.0/cairo.so +0 -0
- data/lib/2.1/cairo.so +0 -0
- data/vendor/local/bin/fc-cache.exe +0 -0
- data/vendor/local/bin/fc-cat.exe +0 -0
- data/vendor/local/bin/fc-list.exe +0 -0
- data/vendor/local/bin/fc-match.exe +0 -0
- data/vendor/local/bin/fc-pattern.exe +0 -0
- data/vendor/local/bin/fc-query.exe +0 -0
- data/vendor/local/bin/fc-scan.exe +0 -0
- data/vendor/local/bin/fc-validate.exe +0 -0
- data/vendor/local/bin/freetype-config +12 -3
- data/vendor/local/bin/libcairo-2.dll +0 -0
- data/vendor/local/bin/libcairo-gobject-2.dll +0 -0
- data/vendor/local/bin/libcairo-script-interpreter-2.dll +0 -0
- data/vendor/local/bin/libfontconfig-1.dll +0 -0
- data/vendor/local/bin/libfreetype-6.dll +0 -0
- data/vendor/local/bin/libgcc_s_sjlj-1.dll +0 -0
- data/vendor/local/bin/libpixman-1-0.dll +0 -0
- data/vendor/local/bin/libpng-config +1 -1
- data/vendor/local/bin/libpng16-16.dll +0 -0
- data/vendor/local/bin/libpng16-config +1 -1
- data/vendor/local/bin/libwinpthread-1.dll +0 -0
- data/vendor/local/bin/libxml2-2.dll +0 -0
- data/vendor/local/bin/png-fix-itxt.exe +0 -0
- data/vendor/local/bin/pngfix.exe +0 -0
- data/vendor/local/bin/xmlcatalog.exe +0 -0
- data/vendor/local/bin/xmllint.exe +0 -0
- data/vendor/local/bin/zlib1.dll +0 -0
- data/vendor/local/etc/fonts/conf.d/30-metric-aliases.conf +51 -2
- data/vendor/local/etc/fonts/fonts.conf +1 -1
- data/vendor/local/include/fontconfig/fontconfig.h +4 -1
- data/vendor/local/include/freetype2/config/ftconfig.h +2 -2
- data/vendor/local/include/freetype2/config/ftoption.h +13 -0
- data/vendor/local/include/freetype2/freetype.h +42 -2
- data/vendor/local/include/freetype2/ftautoh.h +46 -1
- data/vendor/local/include/freetype2/ftbdf.h +3 -2
- data/vendor/local/include/freetype2/ftchapters.h +1 -0
- data/vendor/local/include/freetype2/ftoutln.h +4 -1
- data/vendor/local/include/libpng16/png.h +41 -101
- data/vendor/local/include/libpng16/pngconf.h +33 -6
- data/vendor/local/include/libpng16/pnglibconf.h +1 -1
- data/vendor/local/include/png.h +41 -101
- data/vendor/local/include/pngconf.h +33 -6
- data/vendor/local/include/pnglibconf.h +1 -1
- data/vendor/local/lib/fontconfig.def +1 -0
- data/vendor/local/lib/libcairo-gobject.a +0 -0
- data/vendor/local/lib/libcairo-gobject.dll.a +0 -0
- data/vendor/local/lib/libcairo-script-interpreter.a +0 -0
- data/vendor/local/lib/libcairo-script-interpreter.dll.a +0 -0
- data/vendor/local/lib/libcairo.a +0 -0
- data/vendor/local/lib/libcairo.dll.a +0 -0
- data/vendor/local/lib/libfontconfig.dll.a +0 -0
- data/vendor/local/lib/libfontconfig.la +1 -1
- data/vendor/local/lib/libfreetype.a +0 -0
- data/vendor/local/lib/libfreetype.dll.a +0 -0
- data/vendor/local/lib/libfreetype.la +3 -3
- data/vendor/local/lib/libpixman-1.a +0 -0
- data/vendor/local/lib/libpixman-1.dll.a +0 -0
- data/vendor/local/lib/libpng.a +0 -0
- data/vendor/local/lib/libpng.dll.a +0 -0
- data/vendor/local/lib/libpng.la +2 -2
- data/vendor/local/lib/libpng16.a +0 -0
- data/vendor/local/lib/libpng16.dll.a +0 -0
- data/vendor/local/lib/libpng16.la +2 -2
- data/vendor/local/lib/libxml2.a +0 -0
- data/vendor/local/lib/libxml2.dll.a +0 -0
- data/vendor/local/lib/libz.a +0 -0
- data/vendor/local/lib/libz.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/fontconfig.pc +4 -4
- data/vendor/local/lib/pkgconfig/freetype2.pc +4 -2
- data/vendor/local/lib/pkgconfig/libpng.pc +1 -1
- data/vendor/local/lib/pkgconfig/libpng16.pc +1 -1
- data/vendor/local/share/fontconfig/conf.avail/10-no-sub-pixel.conf +1 -1
- data/vendor/local/share/fontconfig/conf.avail/30-metric-aliases.conf +51 -2
- data/vendor/local/share/license/fontconfig/README +55 -2
- data/vendor/local/share/license/freetype/README +6 -6
- data/vendor/local/share/license/libpng/README +2 -2
- data/vendor/local/share/man/man1/freetype-config.1 +108 -0
- data/vendor/local/share/man/man3/libpng.3 +244 -55
- data/vendor/local/share/man/man3/libpngpf.3 +2 -2
- data/vendor/local/share/man/man5/png.5 +1 -1
- data/vendor/local/share/xml/fontconfig/fonts.dtd +1 -1
- metadata +75 -75
- data/lib/1.9/cairo.so +0 -0
- data/vendor/local/lib/libfontconfig.a +0 -0
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -1,6 +1,6 @@
|
|
1
1
|
#! /bin/sh
|
2
2
|
#
|
3
|
-
# Copyright 2000-2005, 2008, 2009, 2013 by
|
3
|
+
# Copyright 2000-2005, 2008, 2009, 2013, 2014 by
|
4
4
|
# David Turner, Robert Wilhelm, and Werner Lemberg.
|
5
5
|
#
|
6
6
|
# This file is part of the FreeType project, and may only be used, modified,
|
@@ -38,6 +38,8 @@ Options:
|
|
38
38
|
--libtool display library name for linking with libtool
|
39
39
|
--cflags display flags for compiling with the FreeType
|
40
40
|
library
|
41
|
+
--static make command line options display flags
|
42
|
+
for static linking
|
41
43
|
EOF
|
42
44
|
exit $1
|
43
45
|
}
|
@@ -73,7 +75,7 @@ while test $# -gt 0 ; do
|
|
73
75
|
echo_exec_prefix=yes
|
74
76
|
;;
|
75
77
|
--version)
|
76
|
-
echo 17.
|
78
|
+
echo 17.2.11
|
77
79
|
exit 0
|
78
80
|
;;
|
79
81
|
--ftversion)
|
@@ -88,6 +90,9 @@ while test $# -gt 0 ; do
|
|
88
90
|
--libtool)
|
89
91
|
echo_libtool=yes
|
90
92
|
;;
|
93
|
+
--static)
|
94
|
+
show_static=yes
|
95
|
+
;;
|
91
96
|
*)
|
92
97
|
usage 1 1>&2
|
93
98
|
;;
|
@@ -137,7 +142,11 @@ if test "$echo_cflags" = "yes" ; then
|
|
137
142
|
fi
|
138
143
|
|
139
144
|
if test "$echo_libs" = "yes" ; then
|
140
|
-
libs="-lfreetype -lz
|
145
|
+
libs="-lfreetype -L/home/kou/work/ruby/rcairo.win32/vendor/local/lib -lz -L/home/kou/work/ruby/rcairo.win32/vendor/local/lib -lpng16"
|
146
|
+
staticlibs="-lfreetype -L/home/kou/work/ruby/rcairo.win32/vendor/local/lib -lz -L/home/kou/work/ruby/rcairo.win32/vendor/local/lib -lpng16 -lz"
|
147
|
+
if test "$show_static" = "yes" ; then
|
148
|
+
libs="$staticlibs"
|
149
|
+
fi
|
141
150
|
if test "${SYSROOT}$libdir" != "/usr/lib" &&
|
142
151
|
test "${SYSROOT}$libdir" != "/usr/lib64"; then
|
143
152
|
echo -L${SYSROOT}$libdir $libs
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/vendor/local/bin/pngfix.exe
CHANGED
Binary file
|
Binary file
|
Binary file
|
data/vendor/local/bin/zlib1.dll
CHANGED
Binary file
|
@@ -22,8 +22,11 @@ Microsoft fonts: Liberation fonts: Google CrOS core fonts: StarOffice fo
|
|
22
22
|
================ ====================== ======================= ================= ==============
|
23
23
|
Arial Liberation Sans Arimo Albany Albany AMT
|
24
24
|
Arial Narrow Liberation Sans Narrow
|
25
|
-
Times New Roman Liberation Serif
|
26
|
-
Courier New Liberation Mono
|
25
|
+
Times New Roman Liberation Serif Tinos Thorndale Thorndale AMT
|
26
|
+
Courier New Liberation Mono Cousine Cumberland Cumberland AMT
|
27
|
+
Cambria Caladea
|
28
|
+
Calibri Carlito
|
29
|
+
Symbol SymbolNeu
|
27
30
|
|
28
31
|
Microsoft fonts: Other fonts:
|
29
32
|
================ ============
|
@@ -74,12 +77,15 @@ but in an order preferring similar designs first. We do this in three steps:
|
|
74
77
|
</default>
|
75
78
|
</alias>
|
76
79
|
|
80
|
+
<!--
|
81
|
+
Due to Bug#73291, commented out those lines until the broken font are fixed.
|
77
82
|
<alias binding="same">
|
78
83
|
<family>TeX Gyre Termes</family>
|
79
84
|
<default>
|
80
85
|
<family>Times</family>
|
81
86
|
</default>
|
82
87
|
</alias>
|
88
|
+
-->
|
83
89
|
|
84
90
|
<alias binding="same">
|
85
91
|
<family>Nimbus Mono L</family>
|
@@ -307,7 +313,26 @@ but in an order preferring similar designs first. We do this in three steps:
|
|
307
313
|
</default>
|
308
314
|
</alias>
|
309
315
|
|
316
|
+
<alias binding="same">
|
317
|
+
<family>Caladea</family>
|
318
|
+
<default>
|
319
|
+
<family>Cambria</family>
|
320
|
+
</default>
|
321
|
+
</alias>
|
310
322
|
|
323
|
+
<alias binding="same">
|
324
|
+
<family>Carlito</family>
|
325
|
+
<default>
|
326
|
+
<family>Calibri</family>
|
327
|
+
</default>
|
328
|
+
</alias>
|
329
|
+
|
330
|
+
<alias binding="same">
|
331
|
+
<family>SymbolNeu</family>
|
332
|
+
<default>
|
333
|
+
<family>Symbol</family>
|
334
|
+
</default>
|
335
|
+
</alias>
|
311
336
|
|
312
337
|
<!-- Accept the other group as fallback -->
|
313
338
|
|
@@ -393,7 +418,10 @@ but in an order preferring similar designs first. We do this in three steps:
|
|
393
418
|
<alias binding="same">
|
394
419
|
<family>Times</family>
|
395
420
|
<accept>
|
421
|
+
<!--
|
422
|
+
Due to Bug#73291, commented out this line until the broken font are fixed.
|
396
423
|
<family>TeX Gyre Termes</family>
|
424
|
+
-->
|
397
425
|
<family>Nimbus Roman No9 L</family>
|
398
426
|
</accept>
|
399
427
|
</alias>
|
@@ -494,4 +522,25 @@ but in an order preferring similar designs first. We do this in three steps:
|
|
494
522
|
</accept>
|
495
523
|
</alias>
|
496
524
|
|
525
|
+
<alias binding="same">
|
526
|
+
<family>Cambria</family>
|
527
|
+
<accept>
|
528
|
+
<family>Caladea</family>
|
529
|
+
</accept>
|
530
|
+
</alias>
|
531
|
+
|
532
|
+
<alias binding="same">
|
533
|
+
<family>Calibri</family>
|
534
|
+
<accept>
|
535
|
+
<family>Carlito</family>
|
536
|
+
</accept>
|
537
|
+
</alias>
|
538
|
+
|
539
|
+
<alias binding="same">
|
540
|
+
<family>Symbol</family>
|
541
|
+
<accept>
|
542
|
+
<family>SymbolNeu</family>
|
543
|
+
</accept>
|
544
|
+
</alias>
|
545
|
+
|
497
546
|
</fontconfig>
|
@@ -72,7 +72,7 @@
|
|
72
72
|
|
73
73
|
<!-- Font cache directory list -->
|
74
74
|
|
75
|
-
<cachedir>
|
75
|
+
<cachedir>LOCAL_APPDATA_FONTCONFIG_CACHE</cachedir>
|
76
76
|
<cachedir prefix="xdg">fontconfig</cachedir>
|
77
77
|
<!-- the following element will be removed in the future -->
|
78
78
|
<cachedir>~/.fontconfig</cachedir>
|
@@ -52,7 +52,7 @@ typedef int FcBool;
|
|
52
52
|
|
53
53
|
#define FC_MAJOR 2
|
54
54
|
#define FC_MINOR 11
|
55
|
-
#define FC_REVISION
|
55
|
+
#define FC_REVISION 1
|
56
56
|
|
57
57
|
#define FC_VERSION ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))
|
58
58
|
|
@@ -541,6 +541,9 @@ FcDirSave (FcFontSet *set, FcStrSet *dirs, const FcChar8 *dir);
|
|
541
541
|
|
542
542
|
FcPublic FcCache *
|
543
543
|
FcDirCacheLoad (const FcChar8 *dir, FcConfig *config, FcChar8 **cache_file);
|
544
|
+
|
545
|
+
FcPublic FcCache *
|
546
|
+
FcDirCacheRescan (const FcChar8 *dir, FcConfig *config);
|
544
547
|
|
545
548
|
FcPublic FcCache *
|
546
549
|
FcDirCacheRead (const FcChar8 *dir, FcBool force, FcConfig *config);
|
@@ -5,7 +5,7 @@
|
|
5
5
|
/* */
|
6
6
|
/* UNIX-specific configuration file (specification only). */
|
7
7
|
/* */
|
8
|
-
/* Copyright 1996-2004, 2006-2009, 2011, 2013 by
|
8
|
+
/* Copyright 1996-2004, 2006-2009, 2011, 2013, 2014 by */
|
9
9
|
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
|
10
10
|
/* */
|
11
11
|
/* This file is part of the FreeType project, and may only be used, */
|
@@ -420,7 +420,7 @@ FT_BEGIN_HEADER
|
|
420
420
|
__asm__ __volatile__ (
|
421
421
|
"smull %1, %2, %4, %3\n\t" /* (lo=%1,hi=%2) = a*b */
|
422
422
|
"mov %0, %2, asr #31\n\t" /* %0 = (hi >> 31) */
|
423
|
-
#
|
423
|
+
#if defined( __clang__ ) && defined( __thumb2__ )
|
424
424
|
"add.w %0, %0, #0x8000\n\t" /* %0 += 0x8000 */
|
425
425
|
#else
|
426
426
|
"add %0, %0, #0x8000\n\t" /* %0 += 0x8000 */
|
@@ -228,6 +228,19 @@ FT_BEGIN_HEADER
|
|
228
228
|
/* #define FT_CONFIG_OPTION_USE_PNG */
|
229
229
|
|
230
230
|
|
231
|
+
/*************************************************************************/
|
232
|
+
/* */
|
233
|
+
/* HarfBuzz support. */
|
234
|
+
/* */
|
235
|
+
/* FreeType uses the HarfBuzz library to improve auto-hinting of */
|
236
|
+
/* OpenType fonts. If available, many glyphs not directly addressable */
|
237
|
+
/* by a font's character map will be hinted also. */
|
238
|
+
/* */
|
239
|
+
/* Define this macro if you want to enable this `feature'. */
|
240
|
+
/* */
|
241
|
+
/* #define FT_CONFIG_OPTION_USE_HARFBUZZ */
|
242
|
+
|
243
|
+
|
231
244
|
/*************************************************************************/
|
232
245
|
/* */
|
233
246
|
/* DLL export compilation */
|
@@ -4,7 +4,7 @@
|
|
4
4
|
/* */
|
5
5
|
/* FreeType high-level API and common types (specification only). */
|
6
6
|
/* */
|
7
|
-
/* Copyright 1996-
|
7
|
+
/* Copyright 1996-2014 by */
|
8
8
|
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
|
9
9
|
/* */
|
10
10
|
/* This file is part of the FreeType project, and may only be used, */
|
@@ -39,6 +39,38 @@ FT_BEGIN_HEADER
|
|
39
39
|
|
40
40
|
|
41
41
|
|
42
|
+
/*************************************************************************/
|
43
|
+
/* */
|
44
|
+
/* <Section> */
|
45
|
+
/* header_inclusion */
|
46
|
+
/* */
|
47
|
+
/* <Title> */
|
48
|
+
/* FreeType's header inclusion scheme */
|
49
|
+
/* */
|
50
|
+
/* <Abstract> */
|
51
|
+
/* How client applications should include FreeType header files. */
|
52
|
+
/* */
|
53
|
+
/* <Description> */
|
54
|
+
/* To be as flexible as possible (and for historical reasons), */
|
55
|
+
/* FreeType uses a very special inclusion scheme to load header */
|
56
|
+
/* files, for example */
|
57
|
+
/* */
|
58
|
+
/* { */
|
59
|
+
/* #include <ft2build.h> */
|
60
|
+
/* */
|
61
|
+
/* #include FT_FREETYPE_H */
|
62
|
+
/* #include FT_OUTLINE_H */
|
63
|
+
/* } */
|
64
|
+
/* */
|
65
|
+
/* A compiler and its preprocessor only needs an include path to find */
|
66
|
+
/* the file `ft2build.h'; the exact locations and names of the other */
|
67
|
+
/* FreeType header files are hidden by preprocessor macro names, */
|
68
|
+
/* loaded by `ft2build.h'. The API documentation always gives the */
|
69
|
+
/* header macro name needed for a particular function. */
|
70
|
+
/* */
|
71
|
+
/*************************************************************************/
|
72
|
+
|
73
|
+
|
42
74
|
/*************************************************************************/
|
43
75
|
/* */
|
44
76
|
/* <Section> */
|
@@ -2273,6 +2305,8 @@ FT_BEGIN_HEADER
|
|
2273
2305
|
/* glyph relative to this size. For more information refer to */
|
2274
2306
|
/* `http://www.freetype.org/freetype2/docs/glyphs/glyphs-2.html' */
|
2275
2307
|
/* */
|
2308
|
+
/* Don't use this function if you are using the FreeType cache API. */
|
2309
|
+
/* */
|
2276
2310
|
FT_EXPORT( FT_Error )
|
2277
2311
|
FT_Request_Size( FT_Face face,
|
2278
2312
|
FT_Size_Request req );
|
@@ -2347,6 +2381,8 @@ FT_BEGIN_HEADER
|
|
2347
2381
|
/* constrained, to this pixel size. Refer to @FT_Request_Size to */
|
2348
2382
|
/* understand how requested sizes relate to actual sizes. */
|
2349
2383
|
/* */
|
2384
|
+
/* Don't use this function if you are using the FreeType cache API. */
|
2385
|
+
/* */
|
2350
2386
|
FT_EXPORT( FT_Error )
|
2351
2387
|
FT_Set_Pixel_Sizes( FT_Face face,
|
2352
2388
|
FT_UInt pixel_width,
|
@@ -2839,6 +2875,10 @@ FT_BEGIN_HEADER
|
|
2839
2875
|
/* <Return> */
|
2840
2876
|
/* FreeType error code. 0~means success. */
|
2841
2877
|
/* */
|
2878
|
+
/* <Note> */
|
2879
|
+
/* To get meaningful results, font scaling values must be set with */
|
2880
|
+
/* functions like @FT_Set_Char_Size before calling FT_Render_Glyph. */
|
2881
|
+
/* */
|
2842
2882
|
FT_EXPORT( FT_Error )
|
2843
2883
|
FT_Render_Glyph( FT_GlyphSlot slot,
|
2844
2884
|
FT_Render_Mode render_mode );
|
@@ -3925,7 +3965,7 @@ FT_BEGIN_HEADER
|
|
3925
3965
|
*/
|
3926
3966
|
#define FREETYPE_MAJOR 2
|
3927
3967
|
#define FREETYPE_MINOR 5
|
3928
|
-
#define FREETYPE_PATCH
|
3968
|
+
#define FREETYPE_PATCH 3
|
3929
3969
|
|
3930
3970
|
|
3931
3971
|
/*************************************************************************/
|
@@ -287,7 +287,52 @@ FT_BEGIN_HEADER
|
|
287
287
|
* face-specific property like @glyph-to-script-map, or by auto-hinting
|
288
288
|
* any glyph from that face. In particular, if you have already created
|
289
289
|
* an @FT_Face structure but not loaded any glyph (using the
|
290
|
-
* auto-hinter), a change of the fallback
|
290
|
+
* auto-hinter), a change of the fallback script will affect this face.
|
291
|
+
*
|
292
|
+
*/
|
293
|
+
|
294
|
+
|
295
|
+
/**************************************************************************
|
296
|
+
*
|
297
|
+
* @property:
|
298
|
+
* default-script
|
299
|
+
*
|
300
|
+
* @description:
|
301
|
+
* *Experimental* *only*
|
302
|
+
*
|
303
|
+
* If Freetype gets compiled with FT_CONFIG_OPTION_USE_HARFBUZZ to make
|
304
|
+
* the HarfBuzz library access OpenType features for getting better
|
305
|
+
* glyph coverages, this property sets the (auto-fitter) script to be
|
306
|
+
* used for the default (OpenType) script data of a font's GSUB table.
|
307
|
+
* Features for the default script are intended for all scripts not
|
308
|
+
* explicitly handled in GSUB; an example is a `dlig' feature,
|
309
|
+
* containing the combination of the characters `T', `E', and `L' to
|
310
|
+
* form a `TEL' ligature.
|
311
|
+
*
|
312
|
+
* By default, this is @FT_AUTOHINTER_SCRIPT_LATIN. Using the
|
313
|
+
* `default-script' property, this default value can be changed.
|
314
|
+
*
|
315
|
+
* {
|
316
|
+
* FT_Library library;
|
317
|
+
* FT_UInt default_script = FT_AUTOHINTER_SCRIPT_NONE;
|
318
|
+
*
|
319
|
+
*
|
320
|
+
* FT_Init_FreeType( &library );
|
321
|
+
*
|
322
|
+
* FT_Property_Set( library, "autofitter",
|
323
|
+
* "default-script", &default_script );
|
324
|
+
* }
|
325
|
+
*
|
326
|
+
* @note:
|
327
|
+
* This property can be used with @FT_Property_Get also.
|
328
|
+
*
|
329
|
+
* It's important to use the right timing for changing this value: The
|
330
|
+
* creation of the glyph-to-script map that eventually uses the
|
331
|
+
* default script value gets triggered either by setting or reading a
|
332
|
+
* face-specific property like @glyph-to-script-map, or by auto-hinting
|
333
|
+
* any glyph from that face. In particular, if you have already created
|
334
|
+
* an @FT_Face structure but not loaded any glyph (using the
|
335
|
+
* auto-hinter), a change of the default script will affect this face.
|
291
336
|
*
|
292
337
|
*/
|
293
338
|
|
@@ -4,7 +4,7 @@
|
|
4
4
|
/* */
|
5
5
|
/* FreeType API for accessing BDF-specific strings (specification). */
|
6
6
|
/* */
|
7
|
-
/* Copyright 2002
|
7
|
+
/* Copyright 2002-2004, 2006, 2009, 2014 by */
|
8
8
|
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
|
9
9
|
/* */
|
10
10
|
/* This file is part of the FreeType project, and may only be used, */
|
@@ -106,7 +106,8 @@ FT_BEGIN_HEADER
|
|
106
106
|
* The property type.
|
107
107
|
*
|
108
108
|
* u.atom ::
|
109
|
-
* The atom string, if type is @BDF_PROPERTY_TYPE_ATOM.
|
109
|
+
* The atom string, if type is @BDF_PROPERTY_TYPE_ATOM. May be
|
110
|
+
* NULL, indicating an empty string.
|
110
111
|
*
|
111
112
|
* u.integer ::
|
112
113
|
* A signed integer, if type is @BDF_PROPERTY_TYPE_INTEGER.
|
@@ -5,7 +5,7 @@
|
|
5
5
|
/* Support for the FT_Outline type used to store glyph shapes of */
|
6
6
|
/* most scalable font formats (specification). */
|
7
7
|
/* */
|
8
|
-
/* Copyright 1996-2003, 2005-
|
8
|
+
/* Copyright 1996-2003, 2005-2014 by */
|
9
9
|
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
|
10
10
|
/* */
|
11
11
|
/* This file is part of the FreeType project, and may only be used, */
|
@@ -355,6 +355,9 @@ FT_BEGIN_HEADER
|
|
355
355
|
/* FT_Outline_Embolden( &face->slot->outline, strength ); */
|
356
356
|
/* } */
|
357
357
|
/* */
|
358
|
+
/* To get meaningful results, font scaling values must be set with */
|
359
|
+
/* functions like @FT_Set_Char_Size before calling FT_Render_Glyph. */
|
360
|
+
/* */
|
358
361
|
FT_EXPORT( FT_Error )
|
359
362
|
FT_Outline_Embolden( FT_Outline* outline,
|
360
363
|
FT_Pos strength );
|