Group: GDI+ StringFormat - Library: gdiplus
GpStatus WINGDIPAPI GdipCreateStringFormat(
INT formatAttributes,
LANGID language,
GpStringFormat **format
) DECLARE INTEGER GdipCreateStringFormat IN gdiplus;
INTEGER formatAttributes,;
INTEGER language,;
INTEGER @fmt formatFlags [in] Optional. Value that specifies the format flags that control most of the characteristics of the StringFormat object.
language [in] Optional. Sixteen-bit value that specifies the language to use.
format [out] Handle to the GDI+ StringFormat object
Returns 0 on success.
Home