Unit CastleFonts
Description
Fonts (TCastleAbstractFont, TCastleFont, TCastleBitmapFont, TCastleFontFamily and friends).
Uses
Overview
Classes, Interfaces, Objects and Records
Functions and Procedures
Types
Constants
LoadFont_FileFilters =
'All Files|*|' +
'*All Font Files|*.ttf;*.otf|' +
'TrueType Fonts (*.ttf)|*.ttf|' +
'OpenType Fonts (*.otf)|*.otf'; |
Description
Functions and Procedures
function SimpleHtmlQuote(const S: String): String; |
Protect characters from being interpreted as special HTML sequences by TCastleAbstractFont.Print with Html = True parameter. Replaces '<' with '<' and so on.
|
Types
TGLBitmapFontAbstract = TCastleAbstractFont deprecated 'use TCastleAbstractFont'; |
Warning: this symbol is deprecated: use TCastleAbstractFont |
TSimpleTextureFont = TCastleBitmapFont deprecated 'use TCastleBitmapFont'; |
Warning: this symbol is deprecated: use TCastleBitmapFont |
TGLBitmapFont = TCastleFont deprecated 'use TCastleFont'; |
Warning: this symbol is deprecated: use TCastleFont |
TTextureFont = TCastleFont deprecated 'use TCastleFont'; |
Warning: this symbol is deprecated: use TCastleFont |
Constants
LoadFont_FileFilters =
'All Files|*|' +
'*All Font Files|*.ttf;*.otf|' +
'TrueType Fonts (*.ttf)|*.ttf|' +
'OpenType Fonts (*.otf)|*.otf'; |
Supported font file formats. Use these filters with LCL file dialog (easily set by FileFiltersToDialog) or TCastleWindow.FileDialog.
|
Generated by PasDoc 0.16.0.