Haiku Book: fix some typos.
The possessive form of "it" is "its", not "it's" ("it's" is just
shorthand for "it is").
Closes #11712.
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
/*!
|
||||
\var B_STRING_SPACING
|
||||
|
||||
Optimizes the position of each character within it's space. Collisions
|
||||
Optimizes the position of each character within its space. Collisions
|
||||
are unlikely but characters may touch each other. Best mode to use when
|
||||
the screen needs to match what appears on the printed page.
|
||||
|
||||
@@ -898,7 +898,7 @@
|
||||
\endcode
|
||||
|
||||
You can change the way a font renders with the SetFamilyAndStyle(),
|
||||
SetFamilyAndFace(), SetSize(), SetShear(), SetRotation(),
|
||||
SetFamilyAndFace(), SetSize(), SetShear(), SetRotation(),
|
||||
SetFalseBoldWidth(), SetSpacing(), SetEncoding(), SetFace(), and
|
||||
SetFlags() methods.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user