Method function IGDIPlus.TGPStringFormat.GenericTypographic() : TGPStringFormat
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TGPStringFormat
Contents |
Syntax
Delphi:
function GenericTypographic() : TGPStringFormat;
C++ Builder:
TGPStringFormat __fastcall GenericTypographic();
Visual C++ (MFC):
CTGPStringFormat GenericTypographic();
Summary
Creates a generic, typographic TGPStringFormat object.
Description
Call this method to create a generic, typographic TGPStringFormat object. Remarks A generic, typographic StringFormat object has the following characteristics:
* String format flags StringFormatFlagsLineLimit, StringFormatFlagsNoClip, and StringFormatFlagsNoFitBlackBox are set. * Character alignment and line alignment are set to StringAlignmentNear. * Language ID is set to neutral language, which means that the current language associated with the calling thread is used. * String digit substitution is set to StringDigitSubstituteUser. * Hot key prefix is set to HotkeyPrefixNone. * Number of tab stops is set to zero. * String trimming is set to StringTrimmingNone.