CosmosOS / Cosmos

Cosmos is an operating system "construction kit". Build your own OS using managed languages such as C#, VB.NET, and more!
https://www.goCosmos.org
BSD 3-Clause "New" or "Revised" License
2.94k stars 552 forks source link

Custom Fonts #3058

Closed SanskarSontakke closed 3 months ago

SanskarSontakke commented 3 months ago

Area of Cosmos - Devkit 2022

How to add custom fonts to my OS ?

Gabolate commented 3 months ago

For Canvas use PSF (PCScreenFont), on console i think VGA Fonts can work but i've never used them before

SanskarSontakke commented 3 months ago

I current use PCScreenFont.Default but how do I add a new font like OpenSans from a .ttf file

Schaapie-D2 commented 3 months ago

maybe this can help: https://github.com/GoldenretriverYT/CosmosTTF