2013-08-25 08:01:41 +02:00
|
|
|
/* This file has been generated by the Perl script `afblue.pl', */
|
|
|
|
/* using data from file `afblue.dat'. */
|
|
|
|
|
|
|
|
/***************************************************************************/
|
|
|
|
/* */
|
|
|
|
/* afblue.h */
|
|
|
|
/* */
|
|
|
|
/* Auto-fitter data for blue strings (specification). */
|
|
|
|
/* */
|
2016-01-13 11:54:10 +01:00
|
|
|
/* Copyright 2013-2016 by */
|
2013-08-25 08:01:41 +02:00
|
|
|
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
|
|
|
|
/* */
|
|
|
|
/* This file is part of the FreeType project, and may only be used, */
|
|
|
|
/* modified, and distributed under the terms of the FreeType project */
|
|
|
|
/* license, LICENSE.TXT. By continuing to use, modify, or distribute */
|
|
|
|
/* this file you indicate that you have read the license and */
|
|
|
|
/* understand and accept it fully. */
|
|
|
|
/* */
|
|
|
|
/***************************************************************************/
|
|
|
|
|
|
|
|
|
2016-01-12 21:37:13 +01:00
|
|
|
#ifndef AFBLUE_H_
|
|
|
|
#define AFBLUE_H_
|
2013-08-25 08:01:41 +02:00
|
|
|
|
|
|
|
|
|
|
|
FT_BEGIN_HEADER
|
|
|
|
|
|
|
|
|
|
|
|
/* an auxiliary macro to decode a UTF-8 character -- since we only use */
|
|
|
|
/* hard-coded, self-converted data, no error checking is performed */
|
2015-12-05 13:08:45 +01:00
|
|
|
#define GET_UTF8_CHAR( ch, p ) \
|
|
|
|
do \
|
|
|
|
{ \
|
|
|
|
ch = (unsigned char)*p++; \
|
|
|
|
if ( ch >= 0x80 ) \
|
|
|
|
{ \
|
|
|
|
FT_UInt len_; \
|
|
|
|
\
|
|
|
|
\
|
|
|
|
if ( ch < 0xE0 ) \
|
|
|
|
{ \
|
|
|
|
len_ = 1; \
|
|
|
|
ch &= 0x1F; \
|
|
|
|
} \
|
|
|
|
else if ( ch < 0xF0 ) \
|
|
|
|
{ \
|
|
|
|
len_ = 2; \
|
|
|
|
ch &= 0x0F; \
|
|
|
|
} \
|
|
|
|
else \
|
|
|
|
{ \
|
|
|
|
len_ = 3; \
|
|
|
|
ch &= 0x07; \
|
|
|
|
} \
|
|
|
|
\
|
|
|
|
for ( ; len_ > 0; len_-- ) \
|
|
|
|
ch = ( ch << 6 ) | ( *p++ & 0x3F ); \
|
|
|
|
} \
|
|
|
|
} while ( 0 )
|
2013-08-25 08:01:41 +02:00
|
|
|
|
|
|
|
|
|
|
|
/*************************************************************************/
|
|
|
|
/*************************************************************************/
|
|
|
|
/***** *****/
|
|
|
|
/***** B L U E S T R I N G S *****/
|
|
|
|
/***** *****/
|
|
|
|
/*************************************************************************/
|
|
|
|
/*************************************************************************/
|
|
|
|
|
|
|
|
/* At the bottommost level, we define strings for finding blue zones. */
|
|
|
|
|
|
|
|
|
2014-04-20 22:11:27 +02:00
|
|
|
#define AF_BLUE_STRING_MAX_LEN 51
|
2013-08-25 08:01:41 +02:00
|
|
|
|
|
|
|
/* The AF_Blue_String enumeration values are offsets into the */
|
|
|
|
/* `af_blue_strings' array. */
|
|
|
|
|
|
|
|
typedef enum AF_Blue_String_
|
|
|
|
{
|
2015-03-11 16:45:58 +01:00
|
|
|
AF_BLUE_STRING_ARABIC_TOP = 0,
|
2015-12-05 13:26:44 +01:00
|
|
|
AF_BLUE_STRING_ARABIC_BOTTOM = 18,
|
|
|
|
AF_BLUE_STRING_ARABIC_JOIN = 33,
|
2015-12-15 17:53:46 +01:00
|
|
|
AF_BLUE_STRING_BENGALI_BASE = 36,
|
|
|
|
AF_BLUE_STRING_BENGALI_TOP = 68,
|
2016-01-28 10:13:24 +01:00
|
|
|
AF_BLUE_STRING_BENGALI_HEAD = 96,
|
|
|
|
AF_BLUE_STRING_CYRILLIC_CAPITAL_TOP = 128,
|
|
|
|
AF_BLUE_STRING_CYRILLIC_CAPITAL_BOTTOM = 152,
|
|
|
|
AF_BLUE_STRING_CYRILLIC_SMALL = 176,
|
|
|
|
AF_BLUE_STRING_CYRILLIC_SMALL_DESCENDER = 200,
|
|
|
|
AF_BLUE_STRING_DEVANAGARI_BASE = 209,
|
|
|
|
AF_BLUE_STRING_DEVANAGARI_TOP = 241,
|
|
|
|
AF_BLUE_STRING_DEVANAGARI_HEAD = 273,
|
|
|
|
AF_BLUE_STRING_DEVANAGARI_BOTTOM = 305,
|
[autofit] Add support for Georgian scripts.
Georgian is problematic, since `uppercase' forms of Mkhedruli
(called Mtavruli) are not yet defined in Unicode, which means that
proper blue zones can't be defined. However, there is already a
proposal submitted to Unicode; see
http://www.unicode.org/L2/L2016/16034-n4707-georgian.pdf
Additionally, due to historical reasons, Unicode treats Khutsuri as
the same script as Mkhedruli, and so does OpenType. However, since
the two scripts have completely different shapes it can happen that
blue zones differ considerably. The tag `geok' used here (derived
from ISO 15924) to differentiate the two scripts is not an OpenType
tag in use. If we now have a font that contains both glyphs for
Mkhedruli and Khutsuri, and it uses OpenType features for both also,
HarfBuzz unavoidably treats all glyphs as `geor'. As a consequence,
blue zones for `geok' are not used for glyphs involved in the
OpenType features.
An issue not yet resolved is which OpenType feature should be used
to access Mtavruli glyph shapes; right now, FreeType doesn't set up
support for them, but it is easy to add them later on as soon as
more information is available.
* src/autofit/afblue.dat: Add blue zone data for Georgian.
* src/autofit/afblue.c, src/autofit/afblue.h: Regenerated.
* src/autofit/afscript.h: Add Georgian standard characters.
* src/autofit/afranges.c: Add Georgian data.
* src/autofit/afstyles.h: Add Georgian data.
2016-04-09 08:24:00 +02:00
|
|
|
AF_BLUE_STRING_GEORGIAN_MKHEDRULI_TOP = 313,
|
|
|
|
AF_BLUE_STRING_GEORGIAN_MKHEDRULI_BOTTOM = 345,
|
|
|
|
AF_BLUE_STRING_GEORGIAN_MKHEDRULI_ASCENDER = 377,
|
|
|
|
AF_BLUE_STRING_GEORGIAN_MKHEDRULI_DESCENDER = 409,
|
|
|
|
AF_BLUE_STRING_GEORGIAN_ASOMTAVRULI_TOP = 441,
|
|
|
|
AF_BLUE_STRING_GEORGIAN_ASOMTAVRULI_BOTTOM = 473,
|
|
|
|
AF_BLUE_STRING_GEORGIAN_NUSKHURI_TOP = 505,
|
|
|
|
AF_BLUE_STRING_GEORGIAN_NUSKHURI_BOTTOM = 537,
|
|
|
|
AF_BLUE_STRING_GEORGIAN_NUSKHURI_ASCENDER = 569,
|
|
|
|
AF_BLUE_STRING_GEORGIAN_NUSKHURI_DESCENDER = 601,
|
|
|
|
AF_BLUE_STRING_GREEK_CAPITAL_TOP = 633,
|
|
|
|
AF_BLUE_STRING_GREEK_CAPITAL_BOTTOM = 654,
|
|
|
|
AF_BLUE_STRING_GREEK_SMALL_BETA_TOP = 672,
|
|
|
|
AF_BLUE_STRING_GREEK_SMALL = 690,
|
|
|
|
AF_BLUE_STRING_GREEK_SMALL_DESCENDER = 714,
|
2016-04-25 21:18:24 +02:00
|
|
|
AF_BLUE_STRING_GUJARATI_TOP = 738,
|
|
|
|
AF_BLUE_STRING_GUJARATI_BOTTOM = 770,
|
|
|
|
AF_BLUE_STRING_GUJARATI_ASCENDER = 802,
|
|
|
|
AF_BLUE_STRING_GUJARATI_DESCENDER = 852,
|
|
|
|
AF_BLUE_STRING_GUJARATI_DIGIT_TOP = 885,
|
2016-05-22 08:38:41 +02:00
|
|
|
AF_BLUE_STRING_GURMUKHI_BASE = 905,
|
|
|
|
AF_BLUE_STRING_GURMUKHI_HEAD = 937,
|
|
|
|
AF_BLUE_STRING_GURMUKHI_TOP = 969,
|
|
|
|
AF_BLUE_STRING_GURMUKHI_BOTTOM = 1001,
|
|
|
|
AF_BLUE_STRING_GURMUKHI_DIGIT_TOP = 1033,
|
|
|
|
AF_BLUE_STRING_HEBREW_TOP = 1053,
|
|
|
|
AF_BLUE_STRING_HEBREW_BOTTOM = 1077,
|
|
|
|
AF_BLUE_STRING_HEBREW_DESCENDER = 1095,
|
|
|
|
AF_BLUE_STRING_KANNADA_TOP = 1110,
|
|
|
|
AF_BLUE_STRING_KANNADA_BOTTOM = 1154,
|
|
|
|
AF_BLUE_STRING_KHMER_TOP = 1186,
|
|
|
|
AF_BLUE_STRING_KHMER_SUBSCRIPT_TOP = 1210,
|
|
|
|
AF_BLUE_STRING_KHMER_BOTTOM = 1250,
|
|
|
|
AF_BLUE_STRING_KHMER_DESCENDER = 1282,
|
|
|
|
AF_BLUE_STRING_KHMER_LARGE_DESCENDER = 1316,
|
|
|
|
AF_BLUE_STRING_KHMER_SYMBOLS_WAXING_TOP = 1403,
|
|
|
|
AF_BLUE_STRING_KHMER_SYMBOLS_WANING_BOTTOM = 1411,
|
|
|
|
AF_BLUE_STRING_LAO_TOP = 1419,
|
|
|
|
AF_BLUE_STRING_LAO_BOTTOM = 1451,
|
|
|
|
AF_BLUE_STRING_LAO_ASCENDER = 1483,
|
|
|
|
AF_BLUE_STRING_LAO_LARGE_ASCENDER = 1499,
|
|
|
|
AF_BLUE_STRING_LAO_DESCENDER = 1511,
|
|
|
|
AF_BLUE_STRING_LATIN_CAPITAL_TOP = 1535,
|
|
|
|
AF_BLUE_STRING_LATIN_CAPITAL_BOTTOM = 1551,
|
|
|
|
AF_BLUE_STRING_LATIN_SMALL_F_TOP = 1567,
|
|
|
|
AF_BLUE_STRING_LATIN_SMALL = 1581,
|
|
|
|
AF_BLUE_STRING_LATIN_SMALL_DESCENDER = 1595,
|
|
|
|
AF_BLUE_STRING_LATIN_SUBS_CAPITAL_TOP = 1605,
|
|
|
|
AF_BLUE_STRING_LATIN_SUBS_CAPITAL_BOTTOM = 1625,
|
|
|
|
AF_BLUE_STRING_LATIN_SUBS_SMALL_F_TOP = 1645,
|
|
|
|
AF_BLUE_STRING_LATIN_SUBS_SMALL = 1665,
|
|
|
|
AF_BLUE_STRING_LATIN_SUBS_SMALL_DESCENDER = 1701,
|
|
|
|
AF_BLUE_STRING_LATIN_SUPS_CAPITAL_TOP = 1721,
|
|
|
|
AF_BLUE_STRING_LATIN_SUPS_CAPITAL_BOTTOM = 1752,
|
|
|
|
AF_BLUE_STRING_LATIN_SUPS_SMALL_F_TOP = 1781,
|
|
|
|
AF_BLUE_STRING_LATIN_SUPS_SMALL = 1807,
|
|
|
|
AF_BLUE_STRING_LATIN_SUPS_SMALL_DESCENDER = 1832,
|
|
|
|
AF_BLUE_STRING_MALAYALAM_TOP = 1843,
|
|
|
|
AF_BLUE_STRING_MALAYALAM_BOTTOM = 1887,
|
|
|
|
AF_BLUE_STRING_MYANMAR_TOP = 1919,
|
|
|
|
AF_BLUE_STRING_MYANMAR_BOTTOM = 1951,
|
|
|
|
AF_BLUE_STRING_MYANMAR_ASCENDER = 1983,
|
|
|
|
AF_BLUE_STRING_MYANMAR_DESCENDER = 2011,
|
|
|
|
AF_BLUE_STRING_SINHALA_TOP = 2043,
|
|
|
|
AF_BLUE_STRING_SINHALA_BOTTOM = 2075,
|
|
|
|
AF_BLUE_STRING_SINHALA_DESCENDER = 2107,
|
|
|
|
AF_BLUE_STRING_TAMIL_TOP = 2151,
|
|
|
|
AF_BLUE_STRING_TAMIL_BOTTOM = 2183,
|
|
|
|
AF_BLUE_STRING_TELUGU_TOP = 2215,
|
|
|
|
AF_BLUE_STRING_TELUGU_BOTTOM = 2243,
|
|
|
|
AF_BLUE_STRING_THAI_TOP = 2271,
|
|
|
|
AF_BLUE_STRING_THAI_BOTTOM = 2295,
|
|
|
|
AF_BLUE_STRING_THAI_ASCENDER = 2323,
|
|
|
|
AF_BLUE_STRING_THAI_LARGE_ASCENDER = 2335,
|
|
|
|
AF_BLUE_STRING_THAI_DESCENDER = 2347,
|
|
|
|
AF_BLUE_STRING_THAI_LARGE_DESCENDER = 2363,
|
|
|
|
AF_BLUE_STRING_THAI_DIGIT_TOP = 2371,
|
|
|
|
af_blue_1_1 = 2382,
|
2013-08-25 08:01:41 +02:00
|
|
|
#ifdef AF_CONFIG_OPTION_CJK
|
2014-04-20 22:11:27 +02:00
|
|
|
AF_BLUE_STRING_CJK_TOP = af_blue_1_1 + 1,
|
2015-12-05 13:26:44 +01:00
|
|
|
AF_BLUE_STRING_CJK_BOTTOM = af_blue_1_1 + 203,
|
|
|
|
af_blue_1_1_1 = af_blue_1_1 + 404,
|
2013-08-25 08:01:41 +02:00
|
|
|
#ifdef AF_CONFIG_OPTION_CJK_BLUE_HANI_VERT
|
2014-04-20 22:11:27 +02:00
|
|
|
AF_BLUE_STRING_CJK_LEFT = af_blue_1_1_1 + 1,
|
2015-12-05 13:26:44 +01:00
|
|
|
AF_BLUE_STRING_CJK_RIGHT = af_blue_1_1_1 + 204,
|
|
|
|
af_blue_1_1_2 = af_blue_1_1_1 + 405,
|
2013-08-25 08:01:41 +02:00
|
|
|
#else
|
2014-01-05 13:24:56 +01:00
|
|
|
af_blue_1_1_2 = af_blue_1_1_1 + 0,
|
2013-08-25 08:01:41 +02:00
|
|
|
#endif /* AF_CONFIG_OPTION_CJK_BLUE_HANI_VERT */
|
2014-01-05 13:24:56 +01:00
|
|
|
af_blue_1_2 = af_blue_1_1_2 + 0,
|
2013-08-25 08:01:41 +02:00
|
|
|
#else
|
2014-01-08 08:45:40 +01:00
|
|
|
af_blue_1_2 = af_blue_1_1 + 0,
|
2013-08-25 08:01:41 +02:00
|
|
|
#endif /* AF_CONFIG_OPTION_CJK */
|
|
|
|
|
|
|
|
|
|
|
|
AF_BLUE_STRING_MAX /* do not remove */
|
|
|
|
|
|
|
|
} AF_Blue_String;
|
|
|
|
|
|
|
|
|
|
|
|
FT_LOCAL_ARRAY( char )
|
|
|
|
af_blue_strings[];
|
|
|
|
|
|
|
|
|
|
|
|
/*************************************************************************/
|
|
|
|
/*************************************************************************/
|
|
|
|
/***** *****/
|
|
|
|
/***** B L U E S T R I N G S E T S *****/
|
|
|
|
/***** *****/
|
|
|
|
/*************************************************************************/
|
|
|
|
/*************************************************************************/
|
|
|
|
|
2013-12-19 15:24:39 +01:00
|
|
|
/* The next level is to group blue strings into style-specific sets. */
|
2013-08-25 08:01:41 +02:00
|
|
|
|
|
|
|
|
|
|
|
/* Properties are specific to a writing system. We assume that a given */
|
|
|
|
/* blue string can't be used in more than a single writing system, which */
|
|
|
|
/* is a safe bet. */
|
2015-02-19 09:46:48 +01:00
|
|
|
#define AF_BLUE_PROPERTY_LATIN_TOP ( 1U << 0 ) /* must have value 1 */
|
2015-12-09 20:04:18 +01:00
|
|
|
#define AF_BLUE_PROPERTY_LATIN_SUB_TOP ( 1U << 1 )
|
|
|
|
#define AF_BLUE_PROPERTY_LATIN_NEUTRAL ( 1U << 2 )
|
|
|
|
#define AF_BLUE_PROPERTY_LATIN_X_HEIGHT ( 1U << 3 )
|
|
|
|
#define AF_BLUE_PROPERTY_LATIN_LONG ( 1U << 4 )
|
2013-08-25 08:01:41 +02:00
|
|
|
|
2015-02-19 09:46:48 +01:00
|
|
|
#define AF_BLUE_PROPERTY_CJK_TOP ( 1U << 0 ) /* must have value 1 */
|
|
|
|
#define AF_BLUE_PROPERTY_CJK_HORIZ ( 1U << 1 ) /* must have value 2 */
|
2013-08-25 08:01:41 +02:00
|
|
|
#define AF_BLUE_PROPERTY_CJK_RIGHT AF_BLUE_PROPERTY_CJK_TOP
|
|
|
|
|
|
|
|
|
2015-01-31 11:01:33 +01:00
|
|
|
#define AF_BLUE_STRINGSET_MAX_LEN 8
|
2013-08-25 08:01:41 +02:00
|
|
|
|
|
|
|
/* The AF_Blue_Stringset enumeration values are offsets into the */
|
|
|
|
/* `af_blue_stringsets' array. */
|
|
|
|
|
|
|
|
typedef enum AF_Blue_Stringset_
|
|
|
|
{
|
2015-03-11 16:45:58 +01:00
|
|
|
AF_BLUE_STRINGSET_ARAB = 0,
|
2015-12-15 17:53:46 +01:00
|
|
|
AF_BLUE_STRINGSET_BENG = 4,
|
|
|
|
AF_BLUE_STRINGSET_CYRL = 9,
|
|
|
|
AF_BLUE_STRINGSET_DEVA = 15,
|
[autofit] Add support for Georgian scripts.
Georgian is problematic, since `uppercase' forms of Mkhedruli
(called Mtavruli) are not yet defined in Unicode, which means that
proper blue zones can't be defined. However, there is already a
proposal submitted to Unicode; see
http://www.unicode.org/L2/L2016/16034-n4707-georgian.pdf
Additionally, due to historical reasons, Unicode treats Khutsuri as
the same script as Mkhedruli, and so does OpenType. However, since
the two scripts have completely different shapes it can happen that
blue zones differ considerably. The tag `geok' used here (derived
from ISO 15924) to differentiate the two scripts is not an OpenType
tag in use. If we now have a font that contains both glyphs for
Mkhedruli and Khutsuri, and it uses OpenType features for both also,
HarfBuzz unavoidably treats all glyphs as `geor'. As a consequence,
blue zones for `geok' are not used for glyphs involved in the
OpenType features.
An issue not yet resolved is which OpenType feature should be used
to access Mtavruli glyph shapes; right now, FreeType doesn't set up
support for them, but it is easy to add them later on as soon as
more information is available.
* src/autofit/afblue.dat: Add blue zone data for Georgian.
* src/autofit/afblue.c, src/autofit/afblue.h: Regenerated.
* src/autofit/afscript.h: Add Georgian standard characters.
* src/autofit/afranges.c: Add Georgian data.
* src/autofit/afstyles.h: Add Georgian data.
2016-04-09 08:24:00 +02:00
|
|
|
AF_BLUE_STRINGSET_GEOR = 21,
|
|
|
|
AF_BLUE_STRINGSET_GEOK = 26,
|
|
|
|
AF_BLUE_STRINGSET_GREK = 33,
|
2016-04-25 21:18:24 +02:00
|
|
|
AF_BLUE_STRINGSET_GUJR = 40,
|
2016-05-22 08:38:41 +02:00
|
|
|
AF_BLUE_STRINGSET_GURU = 46,
|
|
|
|
AF_BLUE_STRINGSET_HEBR = 52,
|
|
|
|
AF_BLUE_STRINGSET_KNDA = 56,
|
|
|
|
AF_BLUE_STRINGSET_KHMR = 59,
|
|
|
|
AF_BLUE_STRINGSET_KHMS = 65,
|
|
|
|
AF_BLUE_STRINGSET_LAO = 68,
|
|
|
|
AF_BLUE_STRINGSET_LATN = 74,
|
|
|
|
AF_BLUE_STRINGSET_LATB = 81,
|
|
|
|
AF_BLUE_STRINGSET_LATP = 88,
|
|
|
|
AF_BLUE_STRINGSET_MLYM = 95,
|
|
|
|
AF_BLUE_STRINGSET_MYMR = 98,
|
|
|
|
AF_BLUE_STRINGSET_NONE = 103,
|
|
|
|
AF_BLUE_STRINGSET_SINH = 104,
|
|
|
|
AF_BLUE_STRINGSET_TAML = 108,
|
|
|
|
AF_BLUE_STRINGSET_TELU = 111,
|
|
|
|
AF_BLUE_STRINGSET_THAI = 114,
|
|
|
|
af_blue_2_1 = 122,
|
2013-08-25 08:01:41 +02:00
|
|
|
#ifdef AF_CONFIG_OPTION_CJK
|
|
|
|
AF_BLUE_STRINGSET_HANI = af_blue_2_1 + 0,
|
2014-04-20 22:11:27 +02:00
|
|
|
af_blue_2_1_1 = af_blue_2_1 + 2,
|
2013-08-25 08:01:41 +02:00
|
|
|
#ifdef AF_CONFIG_OPTION_CJK_BLUE_HANI_VERT
|
2014-04-20 22:11:27 +02:00
|
|
|
af_blue_2_1_2 = af_blue_2_1_1 + 2,
|
2013-08-25 08:01:41 +02:00
|
|
|
#else
|
2014-01-05 13:24:56 +01:00
|
|
|
af_blue_2_1_2 = af_blue_2_1_1 + 0,
|
2013-08-25 08:01:41 +02:00
|
|
|
#endif /* AF_CONFIG_OPTION_CJK_BLUE_HANI_VERT */
|
2014-01-05 13:24:56 +01:00
|
|
|
af_blue_2_2 = af_blue_2_1_2 + 1,
|
2013-08-25 08:01:41 +02:00
|
|
|
#else
|
2014-01-08 08:45:40 +01:00
|
|
|
af_blue_2_2 = af_blue_2_1 + 0,
|
2013-08-25 08:01:41 +02:00
|
|
|
#endif /* AF_CONFIG_OPTION_CJK */
|
|
|
|
|
|
|
|
|
|
|
|
AF_BLUE_STRINGSET_MAX /* do not remove */
|
|
|
|
|
|
|
|
} AF_Blue_Stringset;
|
|
|
|
|
|
|
|
|
|
|
|
typedef struct AF_Blue_StringRec_
|
|
|
|
{
|
|
|
|
AF_Blue_String string;
|
|
|
|
FT_UShort properties;
|
|
|
|
|
|
|
|
} AF_Blue_StringRec;
|
|
|
|
|
|
|
|
|
|
|
|
FT_LOCAL_ARRAY( AF_Blue_StringRec )
|
|
|
|
af_blue_stringsets[];
|
|
|
|
|
|
|
|
/* */
|
|
|
|
|
|
|
|
FT_END_HEADER
|
|
|
|
|
|
|
|
|
2016-01-12 21:37:13 +01:00
|
|
|
#endif /* AFBLUE_H_ */
|
2013-08-25 08:01:41 +02:00
|
|
|
|
|
|
|
|
|
|
|
/* END */
|