- Added BMF (ByteMap Font) support. This was complicated somewhat by the fact that BMF can
specify a character advance separately from the glyph width. GetChar and GetCharWidth now return this value in place of the glyph width. (For non-BMF fonts, these should still return the same values as before.) SVN r2180 (trunk)
This commit is contained in:
parent
8ecafcc15a
commit
d530fd7f90
4 changed files with 329 additions and 89 deletions
|
|
@ -1291,7 +1291,7 @@ int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE nothing, LPSTR cmdline, int n
|
|||
_CrtSetDbgFlag (_CrtSetDbgFlag(0) | _CRTDBG_LEAK_CHECK_DF);
|
||||
|
||||
// Use this to break at a specific allocation number.
|
||||
//_crtBreakAlloc = 3660;
|
||||
//_crtBreakAlloc = 30055;
|
||||
#endif
|
||||
|
||||
DoMain (hInstance);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue