

number | |
The angle of rotation of the whole text, in counterclockwise degrees. | |
string | |
The font name. | |
number | |
The text height, in screen coordinates. | |
/* optional */ boolean | |
If this is true, the text is mirrored. Otherwise, the text is not mirrored. | |
/* optional */ boolean | |
If this is true, the text is underlined. Otherwise, the text is not underlined. | |
number | |
The slant angle of the text, in clockwise degrees. | |
number | |
The text thickness. | |
number | |
The ratio of the width of each character (including the gap) as a proportion of the height. |

static pfcTextStyle | Create () |
Creates a new text style object. |

number | Angle |

string | FontName |

number | Height |

/* optional */ boolean | IsMirrored |

/* optional */ boolean | IsUnderlined |

number | SlantAngle |

number | Thickness |

number | WidthFactor |

static pfcTextStyle | Create | () |
