PTTextRenderingMode
enum PTTextRenderingMode
{
/// Fill text.
e_ptfill_text = 0,
/// Stroke text.
e_ptstroke_text,
/// Fill, then stroke text.
e_ptfill_stroke_text,
/// Neither fill nor stroke text (invisible).
e_ptinvisible_text,
/// Fill text and add to path for clipping (see above).
e_ptfill_clip_text,
/// Stroke text and add to path for clipping.
e_ptstroke_ptclip_text,
/// Fill, then stroke text and add to path for clipping.
e_ptfill_stroke_ptclip_text,
/// Add text to path for clipping.
e_ptclip_text
}
Undocumented
-
Fill text.
Declaration
Objective-C
e_ptfill_text = 0
-
Stroke text.
Declaration
Objective-C
e_ptstroke_text
-
Fill, then stroke text.
Declaration
Objective-C
e_ptfill_stroke_text
-
Neither fill nor stroke text (invisible).
Declaration
Objective-C
e_ptinvisible_text
-
Fill text and add to path for clipping (see above).
Declaration
Objective-C
e_ptfill_clip_text
-
Stroke text and add to path for clipping.
Declaration
Objective-C
e_ptstroke_ptclip_text
-
Fill, then stroke text and add to path for clipping.
Declaration
Objective-C
e_ptfill_stroke_ptclip_text
-
Add text to path for clipping.
Declaration
Objective-C
e_ptclip_text