X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Ftext-controller-impl.h;h=190549c79f94d89a9b5c72620cc2b19ded937d82;hb=refs%2Fchanges%2F89%2F52689%2F15;hp=927352c0ba2abc022640b9dfeb03d34f95ef2211;hpb=da24507a54c2603006c244b01b5325639baca2d2;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/text/text-controller-impl.h b/dali-toolkit/internal/text/text-controller-impl.h index 927352c..190549c 100644 --- a/dali-toolkit/internal/text/text-controller-impl.h +++ b/dali-toolkit/internal/text/text-controller-impl.h @@ -182,8 +182,8 @@ struct FontDefaults FontDefaults() : mFontDescription(), mFontStyle(), - mDefaultPointSize(0.0f), - mFontId(0u) + mDefaultPointSize( 0.f ), + mFontId( 0u ) { // Initially use the default platform font TextAbstraction::FontClient fontClient = TextAbstraction::FontClient::Get(); @@ -226,7 +226,8 @@ struct Controller::Impl mOperationsPending( NO_OPERATION ), mMaximumNumberOfCharacters( 50u ), mRecalculateNaturalSize( true ), - mUserDefinedFontFamily( false ) + mUserDefinedFontFamily( false ), + mMarkupProcessorEnabled( false ) { mLogicalModel = LogicalModel::New(); mVisualModel = VisualModel::New(); @@ -512,7 +513,7 @@ struct Controller::Impl bool mRecalculateNaturalSize:1; ///< Whether the natural size needs to be recalculated. bool mUserDefinedFontFamily:1; ///< Whether the Font family was set by the user instead of being left as sytem default. - + bool mMarkupProcessorEnabled:1; ///< Whether the mark-up procesor is enabled. }; } // namespace Text