y2guru Posted March 27, 2019 Share Posted March 27, 2019 1 hour ago, Artik said: Checked again and again, but I don't see where the path is wrong (Font downloaded from Dafont, and I checked the name. "#Blazed" is correct) I haven't played with startup themes but for a typical theme I have my custom fonts housed within a Theme Subfolder called Fonts and the font solution works as advertised. Quote Link to comment Share on other sites More sharing options...
Artik Posted March 27, 2019 Share Posted March 27, 2019 Yes @y2guru I also finally managed to display custom fonts. My only concern, is that it seems impossible to change the font size + custom font. Did you manage to change the games list custom font and changing the font size at the same time? If yes, I'd love to know what I'm doing wrong. Quote Link to comment Share on other sites More sharing options...
y2guru Posted March 27, 2019 Share Posted March 27, 2019 1 minute ago, Artik said: Yes @y2guru I also finally managed to display custom fonts. My only concern, is that it seems impossible to change the font size + custom font. Did you manage to change the games list custom font and changing the font size at the same time? If yes, I'd love to know what I'm doing wrong. ah ok, well 1. that's great you got the font solution working! 2. I haven't tried overriding the text styles yet Quote Link to comment Share on other sites More sharing options...
Artik Posted March 27, 2019 Share Posted March 27, 2019 (edited) I'll search more I'm also stuck with the "Recent" and "Favorite" titles. EDIT! Founded. I added in ThumbnailListView.xaml FontFamily="LAUNCHBOX_ROOT_FOLDER/Themes/CityHunter 2/Fonts/FreeDesign001Bitbit.ttf#FreeDesign001Bitbit" FontSize="20" The bloc: <DockPanel HorizontalAlignment="Stretch" VerticalAlignment="Stretch"> <TextBlock Name="Title" DockPanel.Dock="Top" Foreground="White" FontFamily="LAUNCHBOX_ROOT_FOLDER/Themes/CityHunter 2/Fonts/FreeDesign001Bitbit.ttf#FreeDesign001Bitbit" FontSize="20" /> <ListBox Name="Items" Style="{DynamicResource ThumbnailListBoxStyle}" SelectedItem="{Binding SelectedItem}" > <i:Interaction.Triggers> <i:EventTrigger EventName="MouseDoubleClick"> <cal:ActionMessage MethodName="OnEnter" /> </i:EventTrigger> </i:Interaction.Triggers> </ListBox> </DockPanel> ? Now only the gamelist fontsize + custom font to solve ... Edited March 28, 2019 by Artik Quote Link to comment Share on other sites More sharing options...
wallmachine Posted April 14, 2019 Share Posted April 14, 2019 On 3/28/2019 at 10:54 AM, Artik said: Now only the gamelist fontsize + custom font to solve ... when you find out let me know. Quote Link to comment Share on other sites More sharing options...
Artik Posted April 14, 2019 Share Posted April 14, 2019 5 hours ago, wallmachine said: when you find out let me know. I'll, but seems more complicated than expected. Let's wait the Jason's answer in the other topic I created Quote Link to comment Share on other sites More sharing options...
Artik Posted April 18, 2019 Share Posted April 18, 2019 On 4/14/2019 at 5:41 PM, Artik said: I'll, but seems more complicated than expected. Let's wait the Jason's answer in the other topic I created Enjoy Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.