File tree Expand file tree Collapse file tree 3 files changed +8
-15
lines changed
src/lib/ui/TwkGLText/TwkGLText Expand file tree Collapse file tree 3 files changed +8
-15
lines changed Original file line number Diff line number Diff line change 5
5
//
6
6
//******************************************************************************
7
7
8
- #ifndef __COURIER_H__
9
- #define __COURIER_H__
8
+ #pragma once
10
9
11
10
//
12
11
// This font is from /usr/X11R6/lib/X11/fonts/TTF/cour.ttf
13
12
//
14
13
15
14
extern const unsigned char courierFont [];
16
- const unsigned int courierFontSize = 297660 ;
17
-
18
- #endif // End #ifdef __COURIER_H__
15
+ const unsigned int courierFontSize = 297660 ;
Original file line number Diff line number Diff line change 5
5
//
6
6
//******************************************************************************
7
7
8
- #ifndef __NOTO_H__
9
- #define __NOTO_H__
8
+ #pragma once
10
9
11
- extern const unsigned char notoFont [];
12
- const unsigned int notoFontSize = 10560380 ;
10
+ // Sourced from Noto Sans Simplified: https://fonts.google.com/noto/specimen/Noto+Sans+SC
13
11
14
- #endif // End #ifdef __NOTO_H__
12
+ extern const unsigned char notoFont [];
13
+ const unsigned int notoFontSize = 10560380 ;
Original file line number Diff line number Diff line change 5
5
//
6
6
//******************************************************************************
7
7
8
- #ifndef __TWEAKFONT_H__
9
- #define __TWEAKFONT_H__
8
+ #pragma once
10
9
11
10
// Nedian Medium
12
11
13
12
extern const unsigned char tweakFont [];
14
- const unsigned int tweakFontSize = 62376 ;
15
-
16
- #endif // End #ifdef __TWEAKFONT_H__
13
+ const unsigned int tweakFontSize = 62376 ;
You can’t perform that action at this time.
0 commit comments