Game Launcher - Documentation
  • Documentation
  • Changelog
  • 🎛️Features comparison
  • Getting-started
    • ❓How it works
    • 🌀Introduction
    • 👉Installation
      • [TIP] Make your host files visible
  • Game Launcher
    • ☁️Cloud Management
    • ⬜Patch Manager App
      • CLI Commands
    • ✳️Enterprise Edition | Multi-games
      • How it works
      • Adding games
  • 🖼️Launcher Integrations
    • 🌌Flat Window Template
      • Deploy for MacOS
        • Create a self-signed certificate
      • 📽️Set a background video
    • 🙎Login & Register Integration
    • 📩Notifications Integration
    • 👾Crypto & NFT Game Launcher
  • 📃Creating Launcher Version
    • 1️⃣1. Deploy your Launcher
    • 2️⃣2. Move your Launcher
    • 3️⃣3. Create your patch
    • 4️⃣4. Upload your files to your server
    • 🥳Testing and Deploying to your users
  • 📔Creating App Version
    • 1️⃣1 & 2. Build your App
    • 3️⃣3. Create your patch
    • 4️⃣4. Upload your files to your server
  • ❕How to show News and Alerts
    • 📰Show your News or Changelog
    • ⚠️Show an Alert
  • Publishing Essentials
    • Hosting
    • App Signing
  • Utilities
    • Launch Arguments
  • 🎨Customization
    • 🆒Set your own Logo
    • 🖼️Set your own Background color
    • 🪟Change Window Transparency
    • 🔤Change Launcher Executable Name
    • 🌀Set an Application Icon
    • 🅰️Customize News Fonts
    • 🌌Set a Splash Screen
  • ⚒️Extending the Launcher
    • 🇺🇸Adding a new language
    • ↪️Using other UI Template
  • 💵Make money with us
    • Creating your template and selling it
Powered by GitBook
On this page
  • Assign your own font
  • Insert your new font
  • Using the font in the news
  1. Customization

Customize News Fonts

Learn how to customize the news and fonts of Game Launcher

PreviousSet an Application IconNextSet a Splash Screen

Last updated 5 months ago

This tutorial requires to open GameLauncher.sln in Visual Studio

Open the MainWindow.xaml.cs file

Do not change the SubNews directly in the XAML view. Or it doesn't reflect any change. They are created internally. Use the below tutorial for that.

If you want to change other elements displayed like the text content, image, or title, and other elements, please go here ->

The subnews are created internally in Game Launcher by the function

  • CreateSubNewsElement ()

This functions creates the subnews elements in the Launcher Window.

For editing the News, change them directly in the XAML

These are the SubNews (They aren't the same)

Assign your own font

Insert your new font

The default fonts are in the GameLauncher/Fonts folder

In the Game Launcher Solution Explorer -> Right Click on Fonts -> Open Folder in File Explorer

Move your new font to this folder (.ttf files)

When your new font appears in Visual Studio, Select it

In the Propierties Window set the Build Action to Resource

Using the font in the news

Search for the function CreateNewsElement () or CreateSubNewsElement ()

Look for FontFamiliy and change the path to Fonts/#YourFont

FontFamily = new FontFamily (new Uri ("pack://application:,,,/"), "./Fonts/#Dosis"),

🎨
🅰️
Show your News or Changelog
SubNews
Opening Game Launcher Fonts
Game Launcher Default Fonts