代码搜索:Hints
找到约 1,068 项符合「Hints」的源代码
代码结果 1,068
www.eeworm.com/read/216802/4887148
todo
Here is a list of items that need to be addressed in FreeType 2
---------------------------------------------------------------
* Implement stem3/counter hints properly in the Postscript hinter.
www.eeworm.com/read/339446/3307688
todo
Here is a list of items that need to be addressed in FreeType 2
---------------------------------------------------------------
* Implement stem3/counter hints properly in the Postscript hinter.
* A
www.eeworm.com/read/396640/2409575
todo
Here is a list of items that need to be addressed in FreeType 2
---------------------------------------------------------------
* Implement stem3/counter hints properly in the Postscript hinter.
www.eeworm.com/read/396640/2409580
svn-base todo.svn-base
Here is a list of items that need to be addressed in FreeType 2
---------------------------------------------------------------
* Implement stem3/counter hints properly in the Postscript hinter.
www.eeworm.com/read/167562/5458529
h aflatin.h
/***************************************************************************/
/* */
/* aflatin.h
www.eeworm.com/read/105300/6199446
dpr generic.dpr
program Generic;
{$APPTYPE CONSOLE}
{$HINTS OFF}
{$IFDEF UNICODE}
uses Windows, SysUtils, ApiHooksW;
{$ELSE}
uses Windows, SysUtils, ApiHooks;
{$ENDIF}
//------------------------------------
www.eeworm.com/read/167562/5458314
todo
Here is a list of items that need to be addressed in FreeType 2
---------------------------------------------------------------
* Implement stem3/counter hints properly in the Postscript hinter.
* F
www.eeworm.com/read/316872/3604321
00-index
00-INDEX
- this file.
debugging
- some debugging hints for real-mode code
registers
- current/planned usage of registers
www.eeworm.com/read/395296/2442801
todo
Here is a list of items that need to be addressed in FreeType 2
---------------------------------------------------------------
* Implement stem3/counter hints properly in the Postscript hinter.
* F
www.eeworm.com/read/280853/10287931
pas winskinstore.pas
unit WinSkinStore;
{$WARNINGS OFF}
{$HINTS OFF}
interface
uses
SysUtils, Classes;
type
TSkinCollectionItem = class(TCollectionItem)
private
FName: string;
procedure S