X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Ffont-run.h;h=a787558b8113d5fb41096ef232a9be18527c9753;hb=0686e6d654472bffc56910890f39031ceac32d3b;hp=2a9680a11fe6e38c503b3676a353f04fa0b7e680;hpb=cd7d41bc8e0a0816da28401207091344fbbe0b2c;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 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