X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Ffont-run.h;h=a787558b8113d5fb41096ef232a9be18527c9753;hb=refs%2Fchanges%2F84%2F186084%2F1;hp=6027ef710093544b5e53130618ef39f025efd38c;hpb=2e7a943a15ada037267d3468c5d3da72aab74051;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/text/font-run.h b/dali-toolkit/internal/text/font-run.h index 6027ef7..a787558 100644 --- a/dali-toolkit/internal/text/font-run.h +++ b/dali-toolkit/internal/text/font-run.h @@ -18,6 +18,9 @@ * */ +// EXTERNAL INCLUDES +#include + // INTERNAL INCLUDES #include @@ -35,8 +38,10 @@ namespace Text */ struct FontRun { - CharacterRun characterRun; ///< The initial character index and the number of characters of the run. - FontId fontId; ///< Font id of the run. + CharacterRun characterRun; ///< The initial character index and the number of characters of the run. + FontId fontId; ///< Font id of the run. + bool softwareItalic:1; ///< Whether font needs software support to draw italic style + bool softwareBold:1; ///< Whether font needs software support to draw bold style }; } // namespace Text