1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
|
#========================================================================
# font3d.def Font3D Version 1.60
# Default Configuration File
#-------------------------------------------------------------------------
#
# This is an example Font3D configuration file. Everything following
# a semi-colon on a particular line is ignored (unless it comes in a
# quoted string). All commands in this file are used as they would be
# on a command line.
#
# To specify a double-quote character inside a quoted string just make
# two of them, for example:
#
# string="This: '""', is a double-quote character"
#
# specifies this string of characters:
#
# This: '"', is a double-quote character
#
#=========================================================================
#-------------------------------------------------------------------------
# You can specify a directory (or directories) where Font3D looks
# for your TrueType fonts:
#
# Windows users will use something like this:
#
# font-path=C:\WINDOWS\SYSTEM
#
# I just need the following:
#-------------------------------------------------------------------------
font-path=/home/ccox # Also notice you can comment like this:
# (Not just at the beginning of a line)
#-------------------------------------------------------------------------
# If you want, you can even specify a default font:
#-------------------------------------------------------------------------
# font=GreeceBold
#-------------------------------------------------------------------------
# I like rounded edges, so for me it makes sense to have this line...
#-------------------------------------------------------------------------
#bevel-type=ROUND
#-------------------------------------------------------------------------
# If you don't want bevels, comment the following line out.
#
# Sometimes, It's difficult to find a good cut value (that works).
# Generally, something below 0.0075 is good...
#-------------------------------------------------------------------------
#cut=0.003
#-------------------------------------------------------------------------
# Some people like a left-handed coordinate system. If that sounds
# like you, then by all means uncomment the following line:
#-------------------------------------------------------------------------
# coordinate-system=LEFT_HANDED
font=VERDANAB.TTF
string="North Texas Linux Users Group"
format=TK
sides=OFF
bevels=OFF
resolution=5
output=FONT3D.tk
triangle-type=FLAT
back-face=OFF
|