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 55//
66//******************************************************************************
77
8- #ifndef __COURIER_H__
9- #define __COURIER_H__
8+ #pragma once
109
1110//
1211// This font is from /usr/X11R6/lib/X11/fonts/TTF/cour.ttf
1312//
1413
1514extern 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 55//
66//******************************************************************************
77
8- #ifndef __NOTO_H__
9- #define __NOTO_H__
8+ #pragma once
109
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
1311
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 55//
66//******************************************************************************
77
8- #ifndef __TWEAKFONT_H__
9- #define __TWEAKFONT_H__
8+ #pragma once
109
1110// Nedian Medium
1211
1312extern 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