mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-09 06:08:02 +02:00
Remove cairo-atsui section since cairo-atsui.h is currently empty. Add cairo_path_data_type_t and cairo_path_data_t.
Add pdf-clip and pdf-clip.pdf.
This commit is contained in:
parent
476fe9a66e
commit
e749cf524c
3 changed files with 12 additions and 5 deletions
|
|
@ -1,3 +1,11 @@
|
||||||
|
2005-06-15 Carl Worth <cworth@cworth.org>
|
||||||
|
|
||||||
|
* doc/public/cairo-sections.txt: Remove cairo-atsui section since
|
||||||
|
cairo-atsui.h is currently empty.
|
||||||
|
Add cairo_path_data_type_t and cairo_path_data_t.
|
||||||
|
|
||||||
|
* test/.cvsignore: Add pdf-clip and pdf-clip.pdf.
|
||||||
|
|
||||||
2005-06-14 Kristian Høgsberg <krh@redhat.com>
|
2005-06-14 Kristian Høgsberg <krh@redhat.com>
|
||||||
|
|
||||||
* src/cairo-gstate-private.h:
|
* src/cairo-gstate-private.h:
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,3 @@
|
||||||
<SECTION>
|
|
||||||
<FILE>cairo-atsui</FILE>
|
|
||||||
<TITLE>ATSUI Fonts</TITLE>
|
|
||||||
</SECTION>
|
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
<FILE>cairo-ft</FILE>
|
<FILE>cairo-ft</FILE>
|
||||||
<TITLE>FreeType Fonts</TITLE>
|
<TITLE>FreeType Fonts</TITLE>
|
||||||
|
|
@ -252,6 +247,8 @@ cairo_get_target
|
||||||
cairo_copy_path
|
cairo_copy_path
|
||||||
cairo_copy_path_flat
|
cairo_copy_path_flat
|
||||||
cairo_append_path
|
cairo_append_path
|
||||||
|
cairo_path_data_type_t
|
||||||
|
cairo_path_data_t
|
||||||
cairo_path_t
|
cairo_path_t
|
||||||
cairo_path_destroy
|
cairo_path_destroy
|
||||||
cairo_status_t
|
cairo_status_t
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,8 @@ move-to-show-surface
|
||||||
paint
|
paint
|
||||||
paint-with-alpha
|
paint-with-alpha
|
||||||
path-data
|
path-data
|
||||||
|
pdf-clip
|
||||||
|
pdf-clip.pdf
|
||||||
pdf-surface
|
pdf-surface
|
||||||
pdf-surface.pdf
|
pdf-surface.pdf
|
||||||
ps-surface
|
ps-surface
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue