Fonts
 
 
SaveFont Save font out in compressed raster format
 
 
Fonts / Load & Creation
 
 
GetFreeFont Locate a Font that is free to be used
LoadFont Load a PlayBASIC CRF or Windows Fonts
LoadNewFont Load a New Windows Font
 
 
Fonts / Deletion
 
 
DeleteFont Delete Font from memory
 
 
Fonts / Changing Display Fonts
 
 
GetCurrentFont Get the Font Index of current drawing font
SetFont Changing the font used for Text/Print output
 
 
Fonts / Create Bitmap Font
 
 
CreateBitmapFont Initialize a Custom Bitmap Font
CreateFXFont Initialize a Custom FX Bitmap Font
MakeBitmapFont Convert a Windows Font to a Bitmap Font
MakeShadowBitmapFont Make a shadowed bitmap version of this font
NewBitmapFont Initialize a Custom Bitmap Font
 
 
Fonts / Convert To Bitmap Font
 
 
BlendBitmapFont Blend a bitmap image with a bitmap font
PrepareFXFont Convert a Type Type or Bitmap Fonts to FX font format
 
 
Fonts / Get Characters
 
 
GetFontChr Grab a section of an image as a font character
 
 
Fonts / Drawing Characters
 
 
DrawFontChr Draw a Bitmap font Character image
 
 
Fonts / Change Properties
 
 
FontBlendColour Set the fonts backdrop blend colour
FontChrWidth Change the width of a bitmap font character
FontDrawMode Set the DrawMode of a font
FontMaskColour Set the Mask Colour (transparent colour) of a Bitmap Font
 
 
Fonts / Read Properties
 
 
GetFontBlendColour Get the fonts backdrop blend colour
GetFontChrWidth Change the width of a bitmap font character
GetFontDrawMode Get the DrawMode of a font
GetFontHeight Get the Absolute Pixel Height of a font
GetFontMaskColour Get a fonts Mask Colour (Transparent colour)
GetFontName$ Get the name of a font
GetFontSize Get the Size of a font
GetFontStyle Get the Style of a font
GetFontType Get the Type of a font
GetFontWidth Get the Absolute Pixel Width of a font
 
 
Fonts / Check For Loaded Font
 
 
FindFont Locate if a font has already been loaded
 
 
Fonts / Status
 
 
GetFontStatus Get the Status of a font
 
 
Fonts / Quantity
 
 
FontQuantity Expand/Shrink the Available Fonts
GetFontQuantity Get the Max Number of Fonts Available
 
 


(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com