GoFiler Legato Script Reference
Legato v 1.5b Application v 5.24b
|
Table of Contents | < < Previous | Next >> |
Chapter Nine — Dialog Functions (continued)
Overview
The FONT resource statement defines the font with which the system will draw text in the dialog box.
Syntax/Parameters
Syntax
FONT pointsize, "typeface", [weight, italic, charset]
Parameters
pointsize
The size of the font, in points.
typeface
A string literal specifying the name of the typeface. This parameter must be enclosed in quotes (").
weight‡
The weight of the font in the range 0 through 1000. For example, 400 is normal and 700 is bold. If this value is 0, the default weight is used.
italic‡
Indicates an italic font if set to TRUE.
charset‡
The character set. See MSDN for additional information.
‡ These values are accepted but not processed.
Remarks
The dialog processor will attempt to match the font typeface name with a font installed on the system. If a match cannot be found, the closest matching font is selected.
Individual controls can override the dialog font.
Note that some resource editors do not accept the weight, italic and charset parameters.
Table of Contents | < < Previous | Next >> |
© 2012-2024 Novaworks, LLC. All rights reserved worldwide. Unauthorized use, duplication or transmission prohibited by law. Portions of the software are protected by US Patents 10,095,672, 10,706,221 and 11,210,456. GoFiler™ and Legato™ are trademarks of Novaworks, LLC. EDGAR® is a federally registered trademark of the U.S. Securities and Exchange Commission. Novaworks is not affiliated with or approved by the U.S. Securities and Exchange Commission. All other trademarks are property of their respective owners. Use of the features specified in this language are subject to terms, conditions and limitations of the Software License Agreement.