|
MakeShadowBitmapFont | |
MakeShadowBitmapFont FontIndex, FontColour, ShadowOffsetX, ShadowOffsetY, ShadowColour | |
Parameters: FontIndex = The font index you wish to convert FontColour = The colour the bitmap text should be stored in ShadowOffsetX = The offset the shadow along the X axis ShadowOffsetY = The offset the shadow along the Y axis ShadowColour = The colour of the fonts shadow |
|
Returns: NONE | |
MakeShadowBitmapFont converts a windows font to a special shadowed bitmap version. When converting the font to bitmaps, it first draw a shadow of a letter behind the actual letter. The shadow is merely the letter drawn with an offset in a differnt colour. You choose the offset and colour you want. Beware though, if you set the offsets too far they will write off the letters bitmaps. FACTS: * Note: This command really only works with windows bitmap fonts. Since True typed windows fonts have problems with anti alias artifacts. Mini Tutorial: This example loads two copies of the courier font. The Second is converted to a shadowed bitmap font. Then it displays some text.
|
Related Info: | BlendBitmapFont | MakeBitmapFont : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |