From b8e97d7c28ad6f168e9314dab3c7651365b1c71c Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sat, 23 Jun 2018 20:50:22 +0000 Subject: Doxygen only: fixed all block comments starting with an asterisk to space-only, fixed doxygen keywords prepended with @ to use a backward slash instead. No code was changed. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12970 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/drivers/Android/Fl_Android_Graphics_Font.H | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'src/drivers/Android/Fl_Android_Graphics_Font.H') diff --git a/src/drivers/Android/Fl_Android_Graphics_Font.H b/src/drivers/Android/Fl_Android_Graphics_Font.H index 358af6fa0..0f39700b3 100644 --- a/src/drivers/Android/Fl_Android_Graphics_Font.H +++ b/src/drivers/Android/Fl_Android_Graphics_Font.H @@ -32,10 +32,10 @@ /** - * A bytemap is an array of bytes, used as an alpha channel when redering glyphs - * in a given color. - * TODO: reate a class for RGB only and for grayscale and grayscale with alpha - * TODO: derive all this from a baseclass, so we can create the correct class for the required image + A bytemap is an array of bytes, used as an alpha channel when redering glyphs + in a given color. + TODO: reate a class for RGB only and for grayscale and grayscale with alpha + TODO: derive all this from a baseclass, so we can create the correct class for the required image */ class Fl_Android_Bytemap { @@ -52,10 +52,10 @@ public: /** - * A 565a map is an array of words for interleaved RGB and Alpha data. - * 565 is the number of bit per component, compatible with our screen memory - * scheme. The second word is actually a byt containing the alpha value for - * the previous pixel: rrrrrggg.gggbbbbb.aaaaaaaa.00000000 + A 565a map is an array of words for interleaved RGB and Alpha data. + 565 is the number of bit per component, compatible with our screen memory + scheme. The second word is actually a byt containing the alpha value for + the previous pixel: rrrrrggg.gggbbbbb.aaaaaaaa.00000000 */ class Fl_Android_565A_Map { @@ -78,8 +78,8 @@ public: /** - * This class reads True Type Font files and creates Bytemaps for glyphs at the - * requested height. + This class reads True Type Font files and creates Bytemaps for glyphs at the + requested height. */ class Fl_Android_Font_Source { @@ -105,7 +105,7 @@ public: /** - * This class caches glyphs of a font for a specified height. + This class caches glyphs of a font for a specified height. */ class Fl_Android_Font_Descriptor : public Fl_Font_Descriptor { -- cgit v1.2.3