Skip to content

Instantly share code, notes, and snippets.

@voidproc
Last active July 15, 2023 12:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save voidproc/4519548e0febafda0dd8d436745bbed8 to your computer and use it in GitHub Desktop.
Save voidproc/4519548e0febafda0dd8d436745bbed8 to your computer and use it in GitHub Desktop.
Drawing pixel fonts in OpenSiv3D
// http://jikasei.me/font/jf-dotfont/
FontAsset::Register(U"", 10, U"JF-Dot-MPlus10.ttf", FontStyle::Bitmap);
// https://datagoblin.itch.io/monogram
FontAsset::Register(U"", 16, U"monogram.ttf", FontStyle::Bitmap);
// https://rwi.booth.pm/items/4442315
FontAsset::Register(U"", 12, U"5x5 ノスタルジア  .ttf", FontStyle::Bitmap);
// misaki_gothic.ttf
// 8
// misaki_mincho
// 8
// JF-Dot-k6x8.ttf
// 8
// k8x12.ttf
// 12
// JF-Dot-K12x10.ttf
// 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment