Add FloatGraphicsTypeConverter and support converter in PixelSize in Text.
authorEverLEEst(SangHyeon Lee) <sh10233.lee@samsung.com>
Thu, 27 Jan 2022 10:43:19 +0000 (19:43 +0900)
committerSangHyeon Jade Lee <dltkdgus1764@gmail.com>
Wed, 16 Feb 2022 08:40:57 +0000 (00:40 -0800)
commit982a3463a3175fbd96480fa31be999a821ae8e78
tree459a77207d740b700f4d80b4c70f01d016761aea
parentba5966198dc595b5dec071395894fcf2292690ca
Add FloatGraphicsTypeConverter and support converter in PixelSize in Text.
src/Tizen.NUI/src/public/BaseComponents/TextEditor.cs
src/Tizen.NUI/src/public/BaseComponents/TextField.cs
src/Tizen.NUI/src/public/BaseComponents/TextLabel.cs
src/Tizen.NUI/src/public/BaseComponents/View.cs
src/Tizen.NUI/src/public/XamlBinding/FloatGraphicsTypeConverter.cs [new file with mode: 0755]
src/Tizen.NUI/src/public/XamlBinding/IntGraphicsTypeConverter.cs [moved from src/Tizen.NUI/src/public/XamlBinding/IntDpTypeConverter.cs with 93% similarity]
test/NUITizenGallery/Examples/GraphicsTypeTest/GraphicsTypeTest.cs [new file with mode: 0644]
test/NUITizenGallery/Examples/GraphicsTypeTest/GraphicsTypeTestPage.xaml [new file with mode: 0644]
test/NUITizenGallery/Examples/GraphicsTypeTest/GraphicsTypeTestPage.xaml.cs [new file with mode: 0644]
test/NUITizenGallery/NUITizenGallery.csproj