mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-18 01:18:06 +02:00
[doc] Document remaining CAIRO_HAS_* macros
I'm sure I had done them all before. No idea what happened. Perhaps gtk-doc was not seeing them as missing.
This commit is contained in:
parent
65cc905c2f
commit
4e68140aca
4 changed files with 8 additions and 4 deletions
|
|
@ -22,7 +22,8 @@ systems, but can be used on other platforms too.
|
|||
|
||||
<!-- ##### MACRO CAIRO_HAS_FT_FONT ##### -->
|
||||
<para>
|
||||
|
||||
Defined if the FreeType font backend is available.
|
||||
This macro can be used to conditionally compile backend-specific code.
|
||||
</para>
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -23,7 +23,8 @@ implementation of the font backend methods.
|
|||
|
||||
<!-- ##### MACRO CAIRO_HAS_QUARTZ_FONT ##### -->
|
||||
<para>
|
||||
|
||||
Defined if the Quartz font backend is available.
|
||||
This macro can be used to conditionally compile backend-specific code.
|
||||
</para>
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,8 @@ Apple OS X Quartz rendering system.
|
|||
|
||||
<!-- ##### MACRO CAIRO_HAS_QUARTZ_SURFACE ##### -->
|
||||
<para>
|
||||
|
||||
Defined if the Quartz surface backend is available.
|
||||
This macro can be used to conditionally compile backend-specific code.
|
||||
</para>
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -26,7 +26,8 @@ if it is available.
|
|||
|
||||
<!-- ##### MACRO CAIRO_HAS_XLIB_SURFACE ##### -->
|
||||
<para>
|
||||
|
||||
Defined if the Xlib surface backend is available.
|
||||
This macro can be used to conditionally compile backend-specific code.
|
||||
</para>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue