mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
replace uhvr8ac.pfb with persans.ttf
This commit is contained in:
parent
dcf28f5205
commit
f0312e4158
@ -44,7 +44,7 @@
|
|||||||
textNode.cxx \
|
textNode.cxx \
|
||||||
textProperties.cxx \
|
textProperties.cxx \
|
||||||
textPropertiesManager.cxx \
|
textPropertiesManager.cxx \
|
||||||
cmss12.bam.c cmss12.bam.pz.c uhvr8ac.pfb.c
|
cmss12.bam.c cmss12.bam.pz.c persans.ttf.c
|
||||||
|
|
||||||
#define INSTALL_HEADERS \
|
#define INSTALL_HEADERS \
|
||||||
config_text.h \
|
config_text.h \
|
||||||
|
@ -22,11 +22,11 @@
|
|||||||
// The particular font we use may come from either of two possible
|
// The particular font we use may come from either of two possible
|
||||||
// sources:
|
// sources:
|
||||||
|
|
||||||
// If we have the Freetype library available, we use uhvr8ac.pfb, a
|
// If we have the Freetype library available, we use persans.ttf, part
|
||||||
// PostScript Type1 font installed along with TeX (and it was probably
|
// of the "Perspective Sans" font family downloaded from
|
||||||
// converted there from some other format). It defines the font
|
// http://www.fontsquirrel.com/fonts/Perspective-Sans, which appears
|
||||||
// "Nimbus Sans L Regular Condensed", a nice simple sans-serif font.
|
// to be freeware.
|
||||||
|
//
|
||||||
// If Freetype is not available, we use cmss12.bam, which was in turn
|
// If Freetype is not available, we use cmss12.bam, which was in turn
|
||||||
// generated from cmss12.720pk, and defines "Computer Modern Sans
|
// generated from cmss12.720pk, and defines "Computer Modern Sans
|
||||||
// Serif", a basic Metafont-generated font supplied with TeX. This
|
// Serif", a basic Metafont-generated font supplied with TeX. This
|
||||||
@ -37,9 +37,9 @@
|
|||||||
|
|
||||||
#ifdef HAVE_FREETYPE
|
#ifdef HAVE_FREETYPE
|
||||||
|
|
||||||
// If we have FreeType available, include the pfb font; it's superior
|
// If we have FreeType available, include the ttf font; it's superior
|
||||||
// because it's dynamic.
|
// because it's dynamic. See above.
|
||||||
#include "uhvr8ac.pfb.c"
|
#include "persans.ttf.c"
|
||||||
|
|
||||||
#elif defined(HAVE_ZLIB)
|
#elif defined(HAVE_ZLIB)
|
||||||
|
|
||||||
|
2123
panda/src/text/persans.ttf.c
Executable file
2123
panda/src/text/persans.ttf.c
Executable file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user