View | Details | Raw Unified | Return to bug 211201 | Differences between
and this patch

Collapse All | Expand All

(-)freetype2/Makefile (-1 / +1 lines)
Lines 50-56 Link Here
50
LCD_FILTERING_DESC?=	Sub-pixel rendering (patented)
50
LCD_FILTERING_DESC?=	Sub-pixel rendering (patented)
51
LCD_FILTERING_CFLAGS=	-DFT_CONFIG_OPTION_SUBPIXEL_RENDERING
51
LCD_FILTERING_CFLAGS=	-DFT_CONFIG_OPTION_SUBPIXEL_RENDERING
52
52
53
SUBPIXEL_HINTING_DESC=	Sub-pixel hinting support 
53
SUBPIXEL_HINTING_DESC=	Sub-pixel hinting support
54
V38_DESC=	v38 mode (Infinality code)
54
V38_DESC=	v38 mode (Infinality code)
55
V38_VARS=	SUBPIXEL_HINTING_MODE+=1
55
V38_VARS=	SUBPIXEL_HINTING_MODE+=1
56
V40_DESC=	v40 mode (minimal code, a.k.a. ClearType hinting, faster)
56
V40_DESC=	v40 mode (minimal code, a.k.a. ClearType hinting, faster)
(-)freetype2/pkg-descr (-22 / +9 lines)
Lines 1-25 Link Here
1
FreeType is a freely available software library to render fonts.
1
FreeType is a software font engine that is designed to be small, efficient,
2
2
highly customizable, and portable while capable of producing high-quality output
3
It is written in C, designed to be small, efficient, highly customizable, and portable while capable of producing high-quality output (glyph images) of most vector and bitmap font formats.
3
(glyph images). It can be used in graphics libraries, display servers, font
4
4
conversion tools, text image generation tools, and many other products as well.
5
Some products that use FreeType for rendering fonts on screen or on paper, either exclusively or partially:
6
7
---
8
The FreeType engine is a free and portable font rendering
9
engine, developed to provide advanced font support for a variety of
10
platforms and environments. FreeType is a library which can open and
11
manages font files as well as efficiently load, hint and render
12
individual glyphs. FreeType is not a font server or a complete
13
text-rendering library.
14
15
----
16
This includes some tools that are in FreeType 1's contrib directory.
17
5
18
ttf2pfb: Converting TrueType fonts to the Postscript Type 1 format.
6
Note that FreeType is a font service and doesn't provide APIs to perform
19
ttf2pk:  A simple conversion tool to bring TrueType quality to the
7
higher-level features like text layout or graphics processing (e.g., colored
20
         TeX world.
8
text rendering, "hollowing", etc.). However, it greatly simplifies these tasks
21
ttf2bdf: Produce bitmapped fonts from TrueType files for your X11
9
by providing a simple, easy to use, and uniform interface to access the content
22
         applications.
10
of font files.
23
ttfbanner: make posters using a TrueType font
24
11
25
WWW: http://www.freetype.org/
12
WWW: http://www.freetype.org/

Return to bug 211201