Skip to content

Commit

Permalink
feat: lexiextract lib added
Browse files Browse the repository at this point in the history
  • Loading branch information
eymenefealtun committed Nov 26, 2023
1 parent a1da648 commit 48a952d
Show file tree
Hide file tree
Showing 71 changed files with 155 additions and 1,256 deletions.
Binary file removed TarotType.Main/Fonts/Poppins-Regular.ttf
Binary file not shown.
42 changes: 42 additions & 0 deletions TarotType.Main/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,37 +35,77 @@
SelectionChanged="cBoxLanguages_SelectionChanged"
SelectedValuePath="Content"
x:Name="cBoxLanguages">
<ComboBoxItem Content="Afrikaans" />
<ComboBoxItem Content="Arabic" />
<ComboBoxItem Content="Armenian" />
<ComboBoxItem Content="Azerbaijani" />
<ComboBoxItem Content="Belarusian" />
<ComboBoxItem Content="Bengali" />
<ComboBoxItem Content="Bosnian" />
<ComboBoxItem Content="Bulgarian" />
<ComboBoxItem Content="Catalan" />
<ComboBoxItem Content="Chinese" />
<ComboBoxItem Content="Croatian" />
<ComboBoxItem Content="Czech" />
<ComboBoxItem Content="Danish" />
<ComboBoxItem Content="Dutch" />
<ComboBoxItem Content="English" />
<ComboBoxItem Content="Esperanto" />
<ComboBoxItem Content="Estonian" />
<ComboBoxItem Content="Filipino" />
<ComboBoxItem Content="Finnish" />
<ComboBoxItem Content="French" />
<ComboBoxItem Content="Frisian" />
<ComboBoxItem Content="Galician" />
<ComboBoxItem Content="Georgian" />
<ComboBoxItem Content="German" />
<ComboBoxItem Content="Greek" />
<ComboBoxItem Content="Hawaiian" />
<ComboBoxItem Content="Hebrew" />
<ComboBoxItem Content="Hindi" />
<ComboBoxItem Content="Hmong" />
<ComboBoxItem Content="Hungarian" />
<ComboBoxItem Content="Icelandic" />
<ComboBoxItem Content="Igbo" />
<ComboBoxItem Content="Indonesian" />
<ComboBoxItem Content="Irish" />
<ComboBoxItem Content="Italian" />
<ComboBoxItem Content="Japanese" />
<ComboBoxItem Content="Kazakh" />
<ComboBoxItem Content="Korean" />
<ComboBoxItem Content="Kurdish" />
<ComboBoxItem Content="Kyrgyz" />
<ComboBoxItem Content="Lao" />
<ComboBoxItem Content="Latvian" />
<ComboBoxItem Content="Lithuanian" />
<ComboBoxItem Content="Malay" />
<ComboBoxItem Content="Maori" />
<ComboBoxItem Content="Norwegian" />
<ComboBoxItem Content="Pashto" />
<ComboBoxItem Content="Persian" />
<ComboBoxItem Content="Polish" />
<ComboBoxItem Content="Portuguese" />
<ComboBoxItem Content="Romanian" />
<ComboBoxItem Content="Russian" />
<ComboBoxItem Content="Serbian" />
<ComboBoxItem Content="Slovak" />
<ComboBoxItem Content="Slovenian" />
<ComboBoxItem Content="Spanish" />
<ComboBoxItem Content="Swedish" />
<ComboBoxItem Content="Tajik" />
<ComboBoxItem Content="Telugu" />
<ComboBoxItem Content="Thai" />
<ComboBoxItem Content="Turkish" />
<ComboBoxItem Content="Ukranian" />
<ComboBoxItem Content="Urdu" />
<ComboBoxItem Content="Uzbek" />
<ComboBoxItem Content="Vietnamese" />
<ComboBoxItem Content="Zulu" />

</ComboBox>
</StackPanel>


<StackPanel VerticalAlignment="Center"
HorizontalAlignment="Center">
<StackPanel Width="800"
Expand Down Expand Up @@ -100,6 +140,7 @@
</StackPanel.Resources>

</StackPanel>

<StackPanel Orientation="Horizontal">

<Grid Width="{Binding Width, ElementName=stckPanel1}"
Expand All @@ -122,6 +163,7 @@
x:Name="borderOfWriteBox">
<TextBox x:Name="tboxWrite"
Height="50"
Loaded="tboxWrite_Loaded"
Width="300"
VerticalContentAlignment="Center"
FontSize="25"
Expand Down
Loading

0 comments on commit 48a952d

Please sign in to comment.