Skip to content

Commit

Permalink
Add link to font
Browse files Browse the repository at this point in the history
  • Loading branch information
chxmberland committed Jul 18, 2024
1 parent c73c290 commit 3e8e566
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 15 deletions.
7 changes: 2 additions & 5 deletions src/lib/ui/TwkGLText/TwkGLText/courier.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,11 @@
//
//******************************************************************************

#ifndef __COURIER_H__
#define __COURIER_H__
#pragma once

//
// This font is from /usr/X11R6/lib/X11/fonts/TTF/cour.ttf
//

extern const unsigned char courierFont[];
const unsigned int courierFontSize = 297660;

#endif // End #ifdef __COURIER_H__
const unsigned int courierFontSize = 297660;
9 changes: 4 additions & 5 deletions src/lib/ui/TwkGLText/TwkGLText/noto.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
//
//******************************************************************************

#ifndef __NOTO_H__
#define __NOTO_H__
#pragma once

extern const unsigned char notoFont[];
const unsigned int notoFontSize = 10560380;
// Sourced from Noto Sans Simplified: https://fonts.google.com/noto/specimen/Noto+Sans+SC

#endif // End #ifdef __NOTO_H__
extern const unsigned char notoFont[];
const unsigned int notoFontSize = 10560380;
7 changes: 2 additions & 5 deletions src/lib/ui/TwkGLText/TwkGLText/tweakFont.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@
//
//******************************************************************************

#ifndef __TWEAKFONT_H__
#define __TWEAKFONT_H__
#pragma once

// Nedian Medium

extern const unsigned char tweakFont[];
const unsigned int tweakFontSize = 62376;

#endif // End #ifdef __TWEAKFONT_H__
const unsigned int tweakFontSize = 62376;

0 comments on commit 3e8e566

Please sign in to comment.