mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
Update custom_font.c (#956)
Some checks failed
Build coop / build-macos-arm (push) Has been cancelled
Build coop / build-macos-intel (push) Has been cancelled
Build coop / build-linux (push) Has been cancelled
Build coop / build-steamos (push) Has been cancelled
Build coop / build-windows-opengl (push) Has been cancelled
Build coop / build-windows-directx (push) Has been cancelled
Some checks failed
Build coop / build-macos-arm (push) Has been cancelled
Build coop / build-macos-intel (push) Has been cancelled
Build coop / build-linux (push) Has been cancelled
Build coop / build-steamos (push) Has been cancelled
Build coop / build-windows-opengl (push) Has been cancelled
Build coop / build-windows-directx (push) Has been cancelled
This commit is contained in:
parent
77a43c60a3
commit
f58b82997f
1 changed files with 2 additions and 2 deletions
|
|
@ -67,7 +67,7 @@ const f32 font_aliased_widths[] = {
|
||||||
/* 0 1 2 3 4 5 6 7 8 9 */
|
/* 0 1 2 3 4 5 6 7 8 9 */
|
||||||
14, 12, 13, 14, 14, 14, 14, 13, 14, 14,
|
14, 12, 13, 14, 14, 14, 14, 13, 14, 14,
|
||||||
/* : ; < = > ? @ */
|
/* : ; < = > ? @ */
|
||||||
6, 8, 10, 12, 10, 11, 18,
|
8, 8, 10, 12, 10, 11, 18,
|
||||||
/* A B C D E F G H I J K L M N O P Q R S T U V W X Y Z */
|
/* A B C D E F G H I J K L M N O P Q R S T U V W X Y Z */
|
||||||
12, 12, 12, 12, 11, 10, 12, 12, 9, 12, 12, 10, 16, 16, 12, 11, 12, 12, 12, 10, 12, 10, 16, 14, 12, 12,
|
12, 12, 12, 12, 11, 10, 12, 12, 9, 12, 12, 10, 16, 16, 12, 11, 12, 12, 12, 10, 12, 10, 16, 14, 12, 12,
|
||||||
/* [ \ ] ^ _ ` */
|
/* [ \ ] ^ _ ` */
|
||||||
|
|
@ -75,7 +75,7 @@ const f32 font_aliased_widths[] = {
|
||||||
/* a b c d e f g h i j k l m n o p q r s t u v w x y z */
|
/* a b c d e f g h i j k l m n o p q r s t u v w x y z */
|
||||||
10, 10, 10, 10, 9, 8, 12, 10, 7, 9, 10, 4, 13, 10, 9, 9, 10, 9, 10, 9, 10, 9, 14, 12, 10, 10,
|
10, 10, 10, 10, 9, 8, 12, 10, 7, 9, 10, 4, 13, 10, 9, 9, 10, 9, 10, 9, 10, 9, 14, 12, 10, 10,
|
||||||
/* { | } ~ DEL */
|
/* { | } ~ DEL */
|
||||||
10, 8, 10, 16, 10,
|
10, 8, 10, 16, 16,
|
||||||
};
|
};
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue