TextHintingMode 列舉
定義
定義靜態或動畫文字的呈現行為。Defines the rendering behavior of static or animated text.
public enum class TextHintingMode
public enum TextHintingMode
type TextHintingMode =
Public Enum TextHintingMode
- 繼承
欄位
Animated | 2 | 轉譯引擎以最高的動畫品質呈現文字。The rendering engine renders text with the highest animated quality. |
Auto | 0 | 轉譯引擎自動判斷是否要以動畫或靜態文字的適當品質設定來繪製文字。The rendering engine automatically determines whether to draw text with quality settings appropriate for animated or static text. |
Fixed | 1 | 轉譯引擎以最高的靜態品質呈現文字。The rendering engine renders text with the highest static quality. |
備註
若為靜態文字,請使用 [固定]。For static text, use Fixed.
若為動畫文字,請使用動畫,以文字品質的成本來允許更平滑的動畫。For animated text, use Animated to allow for smoother animations at the cost of text quality.