mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-10-29 06:26:02 +00:00
Nouvelle police majuscules
This commit is contained in:
parent
968a050d98
commit
11588c2fb9
19 changed files with 43 additions and 12 deletions
|
|
@ -432,6 +432,13 @@
|
|||
<AndroidAsset Include="Assets\pdfjs\web\locale\zh-CN\viewer.properties" />
|
||||
<AndroidAsset Include="Assets\pdfjs\web\locale\zh-TW\viewer.properties" />
|
||||
<AndroidAsset Include="Assets\pdfjs\web\locale\zu\viewer.properties" />
|
||||
<AndroidAsset Include="Assets\MarcellusSC-Regular.ttf" />
|
||||
<AndroidAsset Include="Assets\Cinzel-Black.otf" />
|
||||
<AndroidAsset Include="Assets\Cinzel-Bold.otf" />
|
||||
<AndroidAsset Include="Assets\CinzelDecorative-Black.otf" />
|
||||
<AndroidAsset Include="Assets\CinzelDecorative-Bold.otf" />
|
||||
<AndroidAsset Include="Assets\CinzelDecorative-Regular.otf" />
|
||||
<AndroidAsset Include="Assets\Cinzel-Regular.otf" />
|
||||
<None Include="Resources\AboutResources.txt" />
|
||||
<None Include="Assets\AboutAssets.txt" />
|
||||
</ItemGroup>
|
||||
|
|
|
|||
BIN
AideDeJeu/AideDeJeu.Android/Assets/Cinzel-Black.otf
Normal file
BIN
AideDeJeu/AideDeJeu.Android/Assets/Cinzel-Black.otf
Normal file
Binary file not shown.
BIN
AideDeJeu/AideDeJeu.Android/Assets/Cinzel-Bold.otf
Normal file
BIN
AideDeJeu/AideDeJeu.Android/Assets/Cinzel-Bold.otf
Normal file
Binary file not shown.
BIN
AideDeJeu/AideDeJeu.Android/Assets/Cinzel-Regular.otf
Normal file
BIN
AideDeJeu/AideDeJeu.Android/Assets/Cinzel-Regular.otf
Normal file
Binary file not shown.
BIN
AideDeJeu/AideDeJeu.Android/Assets/CinzelDecorative-Black.otf
Normal file
BIN
AideDeJeu/AideDeJeu.Android/Assets/CinzelDecorative-Black.otf
Normal file
Binary file not shown.
BIN
AideDeJeu/AideDeJeu.Android/Assets/CinzelDecorative-Bold.otf
Normal file
BIN
AideDeJeu/AideDeJeu.Android/Assets/CinzelDecorative-Bold.otf
Normal file
Binary file not shown.
BIN
AideDeJeu/AideDeJeu.Android/Assets/CinzelDecorative-Regular.otf
Normal file
BIN
AideDeJeu/AideDeJeu.Android/Assets/CinzelDecorative-Regular.otf
Normal file
Binary file not shown.
BIN
AideDeJeu/AideDeJeu.Android/Assets/MarcellusSC-Regular.ttf
Normal file
BIN
AideDeJeu/AideDeJeu.Android/Assets/MarcellusSC-Regular.ttf
Normal file
Binary file not shown.
|
|
@ -309,6 +309,13 @@
|
|||
<Content Include="Assets\pdfjs\web\cmaps\V.bcmap" />
|
||||
<Content Include="Assets\pdfjs\web\cmaps\WP-Symbol.bcmap" />
|
||||
<Content Include="Assets\pdfjs\web\compressed.tracemonkey-pldi-09.pdf" />
|
||||
<Content Include="Assets\Fonts\Cinzel-Black.otf" />
|
||||
<Content Include="Assets\Fonts\Cinzel-Bold.otf" />
|
||||
<Content Include="Assets\Fonts\CinzelDecorative-Black.otf" />
|
||||
<Content Include="Assets\Fonts\CinzelDecorative-Bold.otf" />
|
||||
<Content Include="Assets\Fonts\CinzelDecorative-Regular.otf" />
|
||||
<Content Include="Assets\Fonts\Cinzel-Regular.otf" />
|
||||
<Content Include="Assets\Fonts\MarcellusSC-Regular.ttf" />
|
||||
<None Include="Assets\pdfjs\web\locale\ach\viewer.properties" />
|
||||
<None Include="Assets\pdfjs\web\locale\af\viewer.properties" />
|
||||
<None Include="Assets\pdfjs\web\locale\ak\viewer.properties" />
|
||||
|
|
|
|||
BIN
AideDeJeu/AideDeJeu.UWP/Assets/Fonts/Cinzel-Black.otf
Normal file
BIN
AideDeJeu/AideDeJeu.UWP/Assets/Fonts/Cinzel-Black.otf
Normal file
Binary file not shown.
BIN
AideDeJeu/AideDeJeu.UWP/Assets/Fonts/Cinzel-Bold.otf
Normal file
BIN
AideDeJeu/AideDeJeu.UWP/Assets/Fonts/Cinzel-Bold.otf
Normal file
Binary file not shown.
BIN
AideDeJeu/AideDeJeu.UWP/Assets/Fonts/Cinzel-Regular.otf
Normal file
BIN
AideDeJeu/AideDeJeu.UWP/Assets/Fonts/Cinzel-Regular.otf
Normal file
Binary file not shown.
BIN
AideDeJeu/AideDeJeu.UWP/Assets/Fonts/CinzelDecorative-Black.otf
Normal file
BIN
AideDeJeu/AideDeJeu.UWP/Assets/Fonts/CinzelDecorative-Black.otf
Normal file
Binary file not shown.
BIN
AideDeJeu/AideDeJeu.UWP/Assets/Fonts/CinzelDecorative-Bold.otf
Normal file
BIN
AideDeJeu/AideDeJeu.UWP/Assets/Fonts/CinzelDecorative-Bold.otf
Normal file
Binary file not shown.
Binary file not shown.
BIN
AideDeJeu/AideDeJeu.UWP/Assets/Fonts/MarcellusSC-Regular.ttf
Normal file
BIN
AideDeJeu/AideDeJeu.UWP/Assets/Fonts/MarcellusSC-Regular.ttf
Normal file
Binary file not shown.
|
|
@ -24,26 +24,26 @@
|
|||
|
||||
<OnPlatform x:Key="LinuxLibertineCapitals" x:TypeArguments="x:String">
|
||||
<On Platform="iOS" Value="Linux Libertine Capitals" />
|
||||
<On Platform="Android" Value="LinLibertine_aS.ttf#Linux Libertine Capitals" />
|
||||
<On Platform="UWP, WinRT, WinPhone" Value="Assets/Fonts/LinLibertine_R.ttf#Linux Libertine" />
|
||||
<On Platform="Android" Value="Cinzel-Regular.otf#Cinzel" />
|
||||
<On Platform="UWP, WinRT, WinPhone" Value="Assets/Fonts/Cinzel-Regular.otf#Cinzel" />
|
||||
</OnPlatform>
|
||||
|
||||
<OnPlatform x:Key="LinuxLibertineCapitalsBold" x:TypeArguments="x:String">
|
||||
<On Platform="iOS" Value="Linux Libertine Capitals" />
|
||||
<On Platform="Android" Value="LinLibertine_aBS.ttf#Linux Libertine Capitals" />
|
||||
<On Platform="UWP, WinRT, WinPhone" Value="Assets/Fonts/LinLibertine_R.ttf#Linux Libertine" />
|
||||
<On Platform="Android" Value="Cinzel-Bold.otf#Cinzel Bold" />
|
||||
<On Platform="UWP, WinRT, WinPhone" Value="Assets/Fonts/Cinzel-Bold.otf#Cinzel Bold" />
|
||||
</OnPlatform>
|
||||
|
||||
<OnPlatform x:Key="LinuxLibertineCapitalsItal" x:TypeArguments="x:String">
|
||||
<On Platform="iOS" Value="Linux Libertine Capitals" />
|
||||
<On Platform="Android" Value="LinLibertine_aSI.ttf#Linux Libertine Capitals" />
|
||||
<On Platform="UWP, WinRT, WinPhone" Value="Assets/Fonts/LinLibertine_R.ttf#Linux Libertine" />
|
||||
<On Platform="Android" Value="Cinzel-Regular.otf#Cinzel" />
|
||||
<On Platform="UWP, WinRT, WinPhone" Value="Assets/Fonts/Cinzel-Regular.otf#Cinzel" />
|
||||
</OnPlatform>
|
||||
|
||||
<OnPlatform x:Key="LinuxLibertineCapitalsBoldItal" x:TypeArguments="x:String">
|
||||
<On Platform="iOS" Value="Linux Libertine Capitals" />
|
||||
<On Platform="Android" Value="LinLibertine_aSZI.ttf#Linux Libertine Capitals" />
|
||||
<On Platform="UWP, WinRT, WinPhone" Value="Assets/Fonts/LinLibertine_R.ttf#Linux Libertine" />
|
||||
<On Platform="Android" Value="Cinzel-Bold.otf#Cinzel Bold" />
|
||||
<On Platform="UWP, WinRT, WinPhone" Value="Assets/Fonts/Cinzel-Bold.otf#Cinzel Bold" />
|
||||
</OnPlatform>
|
||||
|
||||
<OnPlatform x:Key="LinuxLibertine" x:TypeArguments="x:String">
|
||||
|
|
|
|||
|
|
@ -206,6 +206,10 @@
|
|||
Debug.WriteLine($"Can't render {block.GetType()} blocks.");
|
||||
break;
|
||||
}
|
||||
if(subviews != null)
|
||||
{
|
||||
views.AddRange(subviews);
|
||||
}
|
||||
|
||||
if (views != null)
|
||||
{
|
||||
|
|
@ -270,7 +274,8 @@
|
|||
Spacing = this.Theme.Margin,
|
||||
};
|
||||
|
||||
this.Render(block.AsEnumerable());
|
||||
var subv = this.Render(block.AsEnumerable());
|
||||
subv.ToList().ForEach(v => stack.Children.Add(v));
|
||||
|
||||
var horizontalStack = new StackLayout
|
||||
{
|
||||
|
|
|
|||
|
|
@ -125,9 +125,8 @@
|
|||
<Label>
|
||||
<Label.FormattedText>
|
||||
<FormattedString>
|
||||
<Span Text="Le contenu provient du jeu " />
|
||||
<Span Text="Héros & Dragons" FontAttributes="Bold" />
|
||||
<Span Text=" et du SRD VO" />
|
||||
<Span Text="Héros & Dragons est édité par " />
|
||||
<Span Text="Black Book Editions" FontAttributes="Bold" />
|
||||
</FormattedString>
|
||||
</Label.FormattedText>
|
||||
<Label.GestureRecognizers>
|
||||
|
|
@ -135,6 +134,19 @@
|
|||
</Label.GestureRecognizers>
|
||||
</Label>
|
||||
|
||||
<Label>
|
||||
<Label.FormattedText>
|
||||
<FormattedString>
|
||||
<Span Text="Le contenu provient du DRS de " />
|
||||
<Span Text="Héros & Dragons" FontAttributes="Bold" />
|
||||
<Span Text=" et du SRD de la 5è édition" />
|
||||
</FormattedString>
|
||||
</Label.FormattedText>
|
||||
<Label.GestureRecognizers>
|
||||
<TapGestureRecognizer Command="{Binding OpenWebCommand}" CommandParameter="https://heros-et-dragons.fr/" />
|
||||
</Label.GestureRecognizers>
|
||||
</Label>
|
||||
|
||||
<Label Text="Il est soumis à la licence OGL" />
|
||||
|
||||
<Label Text="{Binding OGL}" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue