X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Ffont-run.h;h=a787558b8113d5fb41096ef232a9be18527c9753;hp=2a9680a11fe6e38c503b3676a353f04fa0b7e680;hb=7c4829108a1196e07f0eb93207ea234e3741642b;hpb=d04c5bdbb95cc98f90848c7a98b0b2804df6e5b8 diff --git a/dali-toolkit/internal/text/font-run.h b/dali-toolkit/internal/text/font-run.h index 2a9680a..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,9 +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. - bool isDefault; ///< Whether the font is a default font not defined by the user. + 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