This reference page is linked to from the following overview topics: New Classes and Methods.
#include <bezfont.h>
This class extends the BezFontEX class which extends the function BuildCharacter() to obtain glyph outline data from a character based on its TrueType glyph index.
Public Member Functions |
|
| virtual CoreExport BOOL | BuildCharacterEx (UINT index, float height, BezierShape &shape, float &width, int fontShapeVersion=1, bool ggo_native=false)=0 |
| Build the character shape. |
|
| virtual CoreExport BOOL BuildCharacterEx | ( | UINT | index, |
| float | height, | ||
| BezierShape & | shape, | ||
| float & | width, | ||
| int | fontShapeVersion =
1, |
||
| bool | ggo_native =
false |
||
| ) | [pure virtual] |
Build the character shape.
| index,TrueType | Glyph Index of a character if ggo_native is true, or a character code if ggo_native is false |
| height,the | request height |
| width,the | width to return |
| shape,the | built BezierShape result of the chatracter |
| ggo_native,if | true, build character shape of glyph outline data on TrueType Glyph Index, otherwise on a character code |