<form id="hz9zz"></form>
  • <form id="hz9zz"></form>

      <nobr id="hz9zz"></nobr>

      <form id="hz9zz"></form>

    1. 明輝手游網中心:是一個免費提供流行視頻軟件教程、在線學習分享的學習平臺!

      以任意角度顯示文字

      [摘要]var LogFont: TLogFont; theFont: TFont; begin with Form1.Canvas do begin Font.Name := &...
      var
        LogFont: TLogFont;
        theFont: TFont;
      begin
        with  Form1.Canvas do
        begin
          Font.Name := '宋體';
          Font.Size := 18;
          Font.Color := clYellow;  
          theFont := TFont.Create;
          theFont.Assign( Font );
          GetObject( theFont.Handle, Sizeof(LogFont),  @LogFont );
          LogFont.lfEscapement := 450; // 45度
          LogFont.lfOrientation := 450;  // 45度
          theFont.Handle := CreateFontIndirect( LogFont );
          Font.Assign( theFont );  
          theFont.Free;
          TextOut( X, Y, 'Hello!' );
        end;
      end; 


      日韩精品一区二区三区高清