X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Fglyph-metrics-helper.h;h=6856d27ae0a63bd1d05ae771cdec19cb2a5d47bf;hp=2c2c848400f5653b845c2ba8bf255d7c34b13107;hb=8a647e87a01c5c78451653c1264a9eea81ac9b20;hpb=726e147d14bb18ef193b102a36d8068b62db89ed diff --git a/dali-toolkit/internal/text/glyph-metrics-helper.h b/dali-toolkit/internal/text/glyph-metrics-helper.h index 2c2c848..6856d27 100644 --- a/dali-toolkit/internal/text/glyph-metrics-helper.h +++ b/dali-toolkit/internal/text/glyph-metrics-helper.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_TEXT_GLYPH_METRICS_HELPER_H__ -#define __DALI_TOOLKIT_TEXT_GLYPH_METRICS_HELPER_H__ +#ifndef DALI_TOOLKIT_TEXT_GLYPH_METRICS_HELPER_H +#define DALI_TOOLKIT_TEXT_GLYPH_METRICS_HELPER_H /* - * Copyright (c) 2016 Samsung Electronics Co., Ltd. + * Copyright (c) 2019 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -50,10 +50,10 @@ struct GlyphMetrics FontId fontId; ///< The font id of the glyphs. float fontHeight; ///< The font's height of those glyphs. - float width; ///< The sum of all the widths of all the glyphs. + float width; ///< The width of the group. float advance; ///< The sum of all the advances of all the glyphs. float ascender; ///< The font's ascender. - float xBearing; ///< The x bearing of the first glyph. + float xBearing; ///< The x bearing of the group. }; /** @@ -90,4 +90,4 @@ void GetGlyphsMetrics( GlyphIndex glyphIndex, } // namespace Dali -#endif // __DALI_TOOLKIT_TEXT_GLYPH_METRICS_HELPER_H__ +#endif // DALI_TOOLKIT_TEXT_GLYPH_METRICS_HELPER_H