KSM edits to RA8875

Dependents:   Liz_Test_Code

Revision:
100:0b084475d5a9
Parent:
98:ecebed9b80b2
Child:
101:e0aad446094a
--- a/GraphicsDisplay.h	Thu Dec 17 12:19:01 2015 +0000
+++ b/GraphicsDisplay.h	Sat Dec 19 15:55:09 2015 +0000
@@ -333,32 +333,8 @@
     ///    
     virtual int rows(void);
     
-    /// Select a bitmap font (provided by the user) for all subsequent text.
-    ///
-    /// @caution This function is deprecated. @see SelectUserFont.
-    ///
-    /// @note Tool to create the fonts is accessible from its creator
-    ///     available at http://www.mikroe.com. 
-    ///     Change the data to an array of type char[].
-    ///
-    /// This special font array is modified from the mikroe tool output,
-    /// to include a special 4-byte header, which has this data:
-    ///   - the number of bytes per char
-    ///   - the vertical size in pixels for each character
-    ///   - the horizontal size in pixels for each character
-    ///   - the number of bytes per vertical line (width of the array)
-    ///   - following this special header is the normal data stream.
-    ///
-    /// @param[in] font is a pointer to a specially formed font array.
-    /// @returns error code.
-    ///
-    virtual RetCode_t set_font(const unsigned char * font = NULL);
-    
-    
     /// Select a User Font for all subsequent text.
     ///
-    /// @note This function is replaces the obsolete function @see set_font.
-    ///
     /// @note Tool to create the fonts is accessible from its creator
     ///     available at http://www.mikroe.com. 
     ///     For version 1.2.0.0, choose the "Export for TFT and new GLCD"