共用方式為


CD2DTextLayout::CD2DTextLayout

建構 CD2DTextLayout 物件。

CD2DTextLayout(
   CRenderTarget* pParentTarget,
   const CString& strText,
   CD2DTextFormat& textFormat,
   const CD2DSizeF& sizeMax,
   BOOL bAutoDestroy = TRUE
);

參數

  • pParentTarget
    轉譯目標的指標。

  • strText
    CString 物件,包含要從其中建立新 CD2DTextLayout 物件的字串。

  • textFormat
    CString 物件,包含要套用至字串的格式。

  • sizeMax
    配置方塊的大小。

  • bAutoDestroy
    表示物件將會由其擁有者 (pParentTarget) 終結。

需求

**標頭檔:**afxrendertarget.h

請參閱

參考

CD2DTextLayout 類別