Share via


NoDefaultCharacter

Specifies that no default character will substitute for characters not imported into the .tinyfnt font.

Syntax

NoDefaultCharacter
    

Remarks

A SelectFont statement that specifies the font from which to import glyphs must precede the NoDefaultCharacter statement in the .fntdef file. Otherwise TFConvert will fail. If there are multiple SelectFont statements, the one that more closely precedes the NoDefaultCharacter statement will be used.

Example

The following .fntdef file imports the uppercase characters from A to C, and specifies that no default character is to be used.

AddFontToProcess "C:\Program Files\Microsoft .NET Micro Framework\v2.0.3036\Tools\Fonts\TrueType\Kooten.ttf"
#import A, B, C
SelectFont "WE:400,FN:Kootenay"
ImportRange 65 67
NoDefaultCharacter

See Also

Reference

SetAsDefaultCharacter
SetDefaultCharacter