From bb97dbf56dff50bef936c0631587ed08dd6c8fa9 Mon Sep 17 00:00:00 2001 From: Matt Dew Date: Mon, 3 Oct 2011 20:23:47 -0600 Subject: 1 - fix the capitalization of the ID attriutes to match either the or <funcdef> string it goes with. 2 - fix any <linkend>'s that were affected by 1. 3 - any <function> in the docs that has an actual funcdef, will become an olink. Signed-off-by: Matt Dew <marcoz@osource.org> --- doc/fontlib.xml | 96 ++++++++++++++++----------------------------------------- 1 file changed, 27 insertions(+), 69 deletions(-) (limited to 'doc') diff --git a/doc/fontlib.xml b/doc/fontlib.xml index 0338af0..c5079c8 100644 --- a/doc/fontlib.xml +++ b/doc/fontlib.xml @@ -140,10 +140,8 @@ source code, so have a listing handy. </para> - <sect1 id='requirements_for_the_font_library'> - <title> - Requirements for the Font library - + +Requirements for the Font library To avoid miles of duplicate code in the X server, the font server @@ -181,10 +179,8 @@ - - - General Font Library Interface details. - + +General Font Library Interface details. To avoid collision between the #define name space for errors, the Font @@ -213,10 +209,8 @@ - - - Font Path Elements - + +Font Path Elements At the center of the general font access methods used by X and @@ -273,9 +267,7 @@ typedef struct _FPEFunctions { - - (*name_check) - + (*name_check) Each new font path member is passed to this function; if @@ -290,9 +282,7 @@ typedef struct _FPEFunctions { - - (*init_fpe) - + (*init_fpe) Initialize a new font path element. This function prepares @@ -309,9 +299,7 @@ typedef struct _FPEFunctions { - - (*reset_fpe) - + (*reset_fpe) When the X font path is reset, and some of the new members @@ -328,9 +316,7 @@ typedef struct _FPEFunctions { - - (*free_fpe) - + (*free_fpe) When the server is finished with an FPE, this function is @@ -341,9 +327,7 @@ typedef struct _FPEFunctions { - - (*open_font) - + (*open_font) This routine requests that a font be opened. The - - (*close_font) - + (*close_font) When the server is finished with a font, this routine @@ -391,9 +373,7 @@ typedef struct _FPEFunctions { - - (*list_fonts) - + (*list_fonts) The paths argument is @@ -406,9 +386,7 @@ typedef struct _FPEFunctions { - - (*start_list_fonts_with_info) - + (*start_list_fonts_with_info) This routine sets any internal state for a verbose listing of @@ -418,9 +396,7 @@ typedef struct _FPEFunctions { - - (*list_next_font_with_info) - + (*list_next_font_with_info) To avoid storing huge amounts of data, the interface for @@ -446,9 +422,7 @@ typedef struct _FPEFunctions { - - (*wakeup_fpe) - + (*wakeup_fpe) Whenever an FPE function has returned @@ -462,9 +436,7 @@ typedef struct _FPEFunctions { - - (*client_died) - + (*client_died) When an FPE function has returned Suspended @@ -475,10 +447,8 @@ typedef struct _FPEFunctions { - - - Fonts - + +Fonts The data structure which actually contains the font information has @@ -580,9 +550,7 @@ typedef struct _Font { - - (*get_glyphs) - + (*get_glyphs) This routine returns CharInfoPtrs @@ -596,9 +564,7 @@ typedef struct _Font { - - (*get_metrics) - + (*get_metrics) This is similar to (*get_glyphs) @@ -608,10 +574,8 @@ typedef struct _Font { - - - (*get_bitmaps) - + +(*get_bitmaps) This packs the glyph image data in the requested @@ -622,9 +586,7 @@ typedef struct _Font { - - (*get_extents) - + (*get_extents) This returns the metrics for the specified font from the @@ -634,9 +596,7 @@ typedef struct _Font { - - (*unload_font) - + (*unload_font) This is called from the FPE routine @@ -645,10 +605,8 @@ typedef struct _Font { - - - maxPrivate - + +maxPrivate When initializing a new font structure, -- cgit v1.2.1