Kaydet (Commit) a95cdde9 authored tarafından Julien Nabet's avatar Julien Nabet

Fix typos

Change-Id: I6702e444c54780cdb2f5b7a8e827e6533012eba1
üst 19406a2d
......@@ -92,15 +92,15 @@ struct PSPathElement
}
};
/*- In horisontal writing mode right sidebearing is calculated using this formula
/*- In horizontal writing mode right sidebearing is calculated using this formula
*- rsb = aw - (lsb + xMax - xMin) -*/
typedef struct {
sal_Int16 xMin;
sal_Int16 yMin;
sal_Int16 xMax;
sal_Int16 yMax;
sal_uInt16 aw; /*- Advance Width (horisontal writing mode) */
sal_Int16 lsb; /*- Left sidebearing (horisontal writing mode) */
sal_uInt16 aw; /*- Advance Width (horizontal writing mode) */
sal_Int16 lsb; /*- Left sidebearing (horizontal writing mode) */
sal_uInt16 ah; /*- advance height (vertical writing mode) */
sal_Int16 tsb; /*- top sidebearing (vertical writing mode) */
} TTGlyphMetrics;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment