REGISTER_FONT_FILE
Registers a specified .gfx file as GFx font library. The .gfx file has to be registered with the streamer already.
CFX
Signature
lua
RegisterFontFile(fileName)
-- returns voidParameters
| Name | Type | Description |
|---|---|---|
| char* | The name of the .gfx file, without extension. |
Usage
lua
RegisterFontFile(fileName)Generated from the native name, hash, and parameter list. Add a real example.
Details
- Hash
- API set
- Source
- cfx
Source: cfx
