mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
update comment
This commit is contained in:
parent
090b895cc1
commit
efdfb5eb17
@ -409,8 +409,10 @@
|
||||
// will always have a font available without requiring the user to
|
||||
// specify one. Define it empty not to do this, saving a few
|
||||
// kilobytes on the generated library. Sorry, you can't pick a
|
||||
// particular font to be the default; it's hardcoded in the source.
|
||||
// This does require the Freetype library, above.
|
||||
// particular font to be the default; it's hardcoded in the source
|
||||
// (although you can use the text-default-font Configrc variable to
|
||||
// specify a particular font file to load as the default, overriding
|
||||
// the compiled-in font).
|
||||
#define COMPILE_IN_DEFAULT_FONT 1
|
||||
|
||||
// Is Maya installed? This matters only to programs in PANDATOOL.
|
||||
|
Loading…
x
Reference in New Issue
Block a user