Ticket #11712: 0001-Font-docs-quick-typo-fix.patch

File 0001-Font-docs-quick-typo-fix.patch, 1.2 KB (added by waddlesplash, 9 years ago)
  • docs/user/interface/Font.dox

    From 8b75aed82b442dbdebb8f7ad30f09fcf074e52ab Mon Sep 17 00:00:00 2001
    From: Augustin Cavalier <waddlesplash@gmail.com>
    Date: Tue, 6 Jan 2015 15:49:56 -0500
    Subject: [PATCH] Font docs: quick typo fix.
    
    The possessive form of "it" is "its", not "it's" ("it's" is just
    shorthand for "it is").
    ---
     docs/user/interface/Font.dox | 4 ++--
     1 file changed, 2 insertions(+), 2 deletions(-)
    
    diff --git a/docs/user/interface/Font.dox b/docs/user/interface/Font.dox
    index e54afa0..9410e97 100644
    a b  
    3232/*!
    3333    \var B_STRING_SPACING
    3434
    35     Optimizes the position of each character within it's space. Collisions
     35    Optimizes the position of each character within its space. Collisions
    3636    are unlikely but characters may touch each other. Best mode to use when
    3737    the screen needs to match what appears on the printed page.
    3838
     
    898898\endcode
    899899
    900900    You can change the way a font renders with the SetFamilyAndStyle(),
    901     SetFamilyAndFace(), SetSize(), SetShear(), SetRotation(), 
     901    SetFamilyAndFace(), SetSize(), SetShear(), SetRotation(),
    902902    SetFalseBoldWidth(), SetSpacing(), SetEncoding(), SetFace(), and
    903903    SetFlags() methods.
    904904