NSX (QFont)

From Blood Wiki
(Difference between revisions)
Jump to: navigation, search
(Structure)
 
(3 intermediate revisions by one user not shown)
Line 1: Line 1:
QFONT files are [[NSX|NSX scripts]] that holds parameters for [[NetherMenu]] font draw module.
+
[[NSX|NSX scripts]] that holds parameters for [[NetherMenu]] font draw module.
  
Example of .QFONT file contents:
+
Example QFONT file:
  
 
  ''[qfont]''
 
  ''[qfont]''
Line 17: Line 17:
 
  r_shadowofs=0 0.5 0.5
 
  r_shadowofs=0 0.5 0.5
  
= Structure =
+
== Structure ==
  
 
{| border="1" cellpadding="3" cellspacing="0" style="border-collapse: collapse; width:100%"
 
{| border="1" cellpadding="3" cellspacing="0" style="border-collapse: collapse; width:100%"
! width=6% bgcolor=#EEDFDF  | Key pair
+
! width=6% | Key pair
! width=83% bgcolor=#EEDFDF | Description
+
! width=83% | Description
 
|-
 
|-
 
| '''[qfont]'''
 
| '''[qfont]'''
Line 58: Line 58:
  
 
{| border="1" cellpadding="3" cellspacing="0" style="border-collapse: collapse; width:100%"
 
{| border="1" cellpadding="3" cellspacing="0" style="border-collapse: collapse; width:100%"
! width=6% bgcolor=#EEDFDF | Key pair
+
! width=6% | Key pair
! width=83% bgcolor=#EEDFDF | Description
+
! width=83% | Description
 
|-
 
|-
 
|'''file'''=''path''
 
|'''file'''=''path''
Line 102: Line 102:
  
 
{| border="1" cellpadding="3" cellspacing="0" style="border-collapse: collapse; width:100%"
 
{| border="1" cellpadding="3" cellspacing="0" style="border-collapse: collapse; width:100%"
! width=6% bgcolor=#EEDFDF | Key pair
+
! width=6% | Key pair
! width=83% bgcolor=#EEDFDF | Description
+
! width=83% | Description
 
|-
 
|-
 
|'''respath'''=''path''
 
|'''respath'''=''path''

Latest revision as of 01:57, 18 July 2012

NSX scripts that holds parameters for NetherMenu font draw module.

Example QFONT file:

[qfont]
type=FT
face=default
brightness=0.8
width=1.2

[default]
file=./big.ttf
sizes=38
glyphs=abcdefghijklmnopqrttuvwxyz0123456789
r_shadow=0.8
r_shadowblur=1
r_shadowofs=0 0.5 0.5

[edit] Structure

Key pair Description
[qfont] Should be the first groups of file.
type=x Type of font drawer, each of it has it's advantages and disadvantages:

Possible values:

  • FT - Darkplaces vector fonts using freetype library
  • ASCII - Quake ascii conchars (256 chars on a 16*16 table)
  • GLYPH - QuakeC glyph font renderer (each char is separate picture)
face=string Font face. For freetype and glyph font renderers this is name of group. For Ascii it's a path to conchars texture.
brightness=value Floating point value of brightness scale. 1 is nothing, 0.1 is 10% etc.
scale=x y Two floating point values storing horizontal and vertical scale of font chars.
width=x X component of scale.
height=y Y component of scale.
respath=path Path to font resources. Could be relative (if begins with ./) or absolute (from gamedir). Default is subfolder named as font file (i.e if font file is gfx/myfont.qfont, it's default resources directory will be gfx/myfont/).
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox