Skip to content

Commit

Permalink
By removing the style on escapement_delta doxygen links it up which i…
Browse files Browse the repository at this point in the history
…s better
  • Loading branch information
jscipione committed Jan 19, 2013
1 parent 27c3eae commit 4f7717a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/user/interface/Font.dox
Expand Up @@ -1178,15 +1178,15 @@
the result in \a escapementArray with consideration to the provided
escapement \a delta.

The \c escapement_delta structure contains the following values:
The escapement_delta structure contains the following values:
- \c nonspace The amount of space surrounding a character with a visible
glyph.
- \c space The amount of space surrounding a whitespace character, for
example \c B_TAB and \c B_SPACE.

\param charArray The source character array.
\param numChars The number of characters to consider in \a charArray.
\param delta The \c escapement_delta structure to use.
\param delta The escapement_delta structure to use.
\param escapementArray The destination array to put the escapements.
*/

Expand All @@ -1198,15 +1198,15 @@
the result in \a escapementArray as an array of BPoint objects
with consideration to the provided escapement \a delta.

The \c escapement_delta structure contains the following values:
The escapement_delta structure contains the following values:
- \c nonspace The amount of space surrounding a character with a visible
glyph.
- \c space The amount of space surrounding a whitespace character, for
example \c B_TAB and \c B_SPACE.

\param charArray The source character array.
\param numChars The number of characters to consider in \a charArray.
\param delta The \c escapement_delta structure to use.
\param delta The escapement_delta structure to use.
\param escapementArray The destination array of escapements as BPoint
objects.
*/
Expand All @@ -1221,15 +1221,15 @@
with consideration to the provided escapement \a delta
and writes offsets to \a offsetArray.

The \c escapement_delta structure contains the following values:
The escapement_delta structure contains the following values:
- \c nonspace The amount of space surrounding a character with a visible
glyph.
- \c space The amount of space surrounding a whitespace character, for
example \c B_TAB and \c B_SPACE.

\param charArray The source character array.
\param numChars The number of characters to consider in \a charArray.
\param delta The \c escapement_delta structure to use.
\param delta The escapement_delta structure to use.
\param escapementArray The destination array of escapements as BPoint
objects.
\param offsetArray The destination array of offsets as BPoint objects.
Expand Down Expand Up @@ -1307,7 +1307,7 @@
This lets you specify a character spacing is looser or tighter than
normal.

The \c escapement_delta structure contains the following values:
The escapement_delta structure contains the following values:
- \c nonspace The amount of space surrounding a character with a visible
glyph.
- \c space The amount of space surrounding a whitespace character, for
Expand All @@ -1316,7 +1316,7 @@
\param charArray The source character array.
\param numChars The number of characters to consider in \a charArray.
\param mode The \c font_metric_mode to use, screen or printing.
\param delta The \c escapement_delta structure to use.
\param delta The escapement_delta structure to use.
\param boundingBoxArray The destination array of BRect bounding boxes.
*/

Expand All @@ -1340,7 +1340,7 @@
This lets you specify a character spacing is looser or tighter than
normal.

The \c escapement_delta structures should contain the following values:
The escapement_delta structures should contain the following values:
- \c nonspace The amount of space surrounding a character with a visible
glyph.
- \c space The amount of space surrounding a whitespace character, for
Expand All @@ -1349,7 +1349,7 @@
\param stringArray The source string array.
\param numStrings The number of strings to consider in \a stringArray.
\param mode The \c font_metric_mode to use, screen or printing.
\param deltas The array of \c escapement_delta structures to use.
\param deltas The array of escapement_delta structures to use.
\param boundingBoxArray The destination array of BRect bounding boxes.
*/

Expand Down

0 comments on commit 4f7717a

Please sign in to comment.