update font .ini documentation
This commit is contained in:
+17
-17
@@ -1,26 +1,26 @@
|
|||||||
SM4 Font .ini values
|
SM4 Font .ini values
|
||||||
|
|
||||||
[common]
|
[common]
|
||||||
CapitalsOnly
|
CapitalsOnly - If set to 1, lowercase letters are drawn with uppercase letters instead.
|
||||||
RightToLeft
|
RightToLeft - Font should be rendered as right to left.
|
||||||
DefaultStrokeColor
|
DefaultStrokeColor - Sets default stroke color. (e.g. #00000000)
|
||||||
|
|
||||||
[main]
|
[main]
|
||||||
import
|
import - Imports a font page into the current font.
|
||||||
|
|
||||||
(per-page)
|
(per-page)
|
||||||
DrawExtraPixelsLeft
|
DrawExtraPixelsLeft - How many pixels to draw to the left of a character.
|
||||||
DrawExtraPixelsRight
|
DrawExtraPixelsRight - How many pixels to draw to the right of a character.
|
||||||
AddToAllWidths
|
AddToAllWidths - Adds x amount of pixels to all widths.
|
||||||
ScaleAllWidthsBy
|
ScaleAllWidthsBy - Scales widths by the factor specified.
|
||||||
LineSpacing
|
LineSpacing - Modifies line spacing.
|
||||||
Top
|
Top - Specifies the top of the character. (in pixels)
|
||||||
Baseline
|
Baseline - Specifies the baseline of the character. (in pixels)
|
||||||
DefaultWidth
|
DefaultWidth - Default width for a glyph.
|
||||||
AdvanceExtraPixels
|
AdvanceExtraPixels - Rudimentary way to control letter spacing
|
||||||
TextureHints
|
TextureHints - An alternative to throwing the TextureHints in the filename.
|
||||||
|
|
||||||
(general commands)
|
(general commands)
|
||||||
MAP
|
MAP - Maps a keyword to a frame number. (e.g. map up=0)
|
||||||
RANGE
|
RANGE - Defines a Unicode range to use.
|
||||||
LINE
|
LINE - (e.g. Line 1=ABCDEFGH)
|
||||||
Reference in New Issue
Block a user