Share via


FONT Resource (Compact 2013)

3/28/2014

This resource-definition statement specifies a file that contains a font to be used as a resource.

nameID FONT [filename] 

Parameters

  • nameID
    Specifies a unique 16-bit unsigned integer value identifying the resource.
  • filename
    Specifies the name of the file that contains the resource. The name must be a valid file name, and it must be a full path if the file is not in the current working directory. The path can either be a quoted or nonquoted string.

Example

The following code example shows how to specify a single TrueType font resource.

5 FONT CMROMAN.FOT 

See Also

Reference

Resource-Definition Statements