summaryrefslogtreecommitdiff
path: root/pango/pango-ot.h
diff options
context:
space:
mode:
Diffstat (limited to 'pango/pango-ot.h')
-rw-r--r--pango/pango-ot.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/pango/pango-ot.h b/pango/pango-ot.h
index 6390538b..37380e71 100644
--- a/pango/pango-ot.h
+++ b/pango/pango-ot.h
@@ -40,7 +40,7 @@ G_BEGIN_DECLS
/**
* PangoOTTag:
*
- * The #PangoOTTag typedef is used to represent TrueType and OpenType
+ * The `PangoOTTag` typedef is used to represent TrueType and OpenType
* four letter tags inside Pango. Use PANGO_OT_TAG_MAKE()
* or PANGO_OT_TAG_MAKE_FROM_STRING() macros to create PangoOTTags manually.
*/
@@ -53,14 +53,14 @@ typedef guint32 PangoOTTag;
* @c3: Third character.
* @c4: Fourth character.
*
- * Creates a #PangoOTTag from four characters. This is similar and
+ * Creates a `PangoOTTag` from four characters. This is similar and
* compatible with the FT_MAKE_TAG() macro from FreeType.
*/
/**
* PANGO_OT_TAG_MAKE_FROM_STRING:
* @s: The string representation of the tag.
*
- * Creates a #PangoOTTag from a string. The string should be at least
+ * Creates a `PangoOTTag` from a string. The string should be at least
* four characters long (pad with space characters if needed), and need
* not be nul-terminated. This is a convenience wrapper around
* PANGO_OT_TAG_MAKE(), but cannot be used in certain situations, for
@@ -147,7 +147,7 @@ typedef enum
/**
* PANGO_OT_TAG_DEFAULT_SCRIPT:
*
- * This is a #PangoOTTag representing the special script tag 'DFLT'. It is
+ * This is a `PangoOTTag` representing the special script tag 'DFLT'. It is
* returned as script tag by pango_ot_tag_from_script() if the requested script
* is not found.
*
@@ -156,7 +156,7 @@ typedef enum
/**
* PANGO_OT_TAG_DEFAULT_LANGUAGE:
*
- * This is a #PangoOTTag representing a special language tag 'dflt'. It is
+ * This is a `PangoOTTag` representing a special language tag 'dflt'. It is
* returned as language tag by pango_ot_tag_from_language() if the requested
* language is not found. It is safe to pass this value to
* pango_ot_info_find_language() as that function falls back to returning default
@@ -178,7 +178,7 @@ typedef enum
* @ligID: a ligature index value, set by the OpenType layout engine.
* @internal: for Pango internal use
*
- * The #PangoOTGlyph structure represents a single glyph together with
+ * The `PangoOTGlyph` structure represents a single glyph together with
* information used for OpenType layout processing of the glyph.
* It contains the following fields.
*/
@@ -199,9 +199,9 @@ struct _PangoOTGlyph
* @property_bit: the property bit to use for this feature. See
* pango_ot_ruleset_add_feature() for details.
*
- * The #PangoOTFeatureMap typedef is used to represent an OpenType
+ * The `PangoOTFeatureMap` typedef is used to represent an OpenType
* feature with the property bit associated with it. The feature tag is
- * represented as a char array instead of a #PangoOTTag for convenience.
+ * represented as a char array instead of a `PangoOTTag` for convenience.
*
* Since: 1.18
*/
@@ -213,8 +213,8 @@ struct _PangoOTFeatureMap
/**
* PangoOTRulesetDescription:
- * @script: a #PangoScript.
- * @language: a #PangoLanguage.
+ * @script: a `PangoScript`
+ * @language: a `PangoLanguage`
* @static_gsub_features: (nullable): static map of GSUB features,
* or %NULL.
* @n_static_gsub_features: length of @static_gsub_features, or 0.
@@ -227,8 +227,8 @@ struct _PangoOTFeatureMap
* struct.
* @n_other_features: length of @other_features, or 0.
*
- * The #PangoOTRuleset structure holds all the information needed
- * to build a complete #PangoOTRuleset from an OpenType font.
+ * The `PangoOTRuleset` structure holds all the information needed
+ * to build a complete `PangoOTRuleset` from an OpenType font.
* The main use of this struct is to act as the key for a per-font
* hash of rulesets. The user populates a ruleset description and
* gets the ruleset using pango_ot_ruleset_get_for_description()