FontEastAsianWidths Enumerazione
Definizione
Fornisce un meccanismo che consente all'utente di selezionare glifi di stili di larghezza diversi.Provides a mechanism for the user to select glyphs of different width styles.
public enum class FontEastAsianWidths
public enum FontEastAsianWidths
type FontEastAsianWidths =
Public Enum FontEastAsianWidths
- Ereditarietà
Campi
Full | 2 | Sostituisce glifi a larghezza uniforme con glifi a larghezza intera.Replaces uniform width glyphs with full width (usually em) glyphs. |
Half | 3 | Sostituisce glifi a larghezza uniforme con glifi a metà larghezza.Replaces uniform width glyphs with half width (half em) glyphs. |
Normal | 0 | Stile di larghezza predefinito.Default width style. |
Proportional | 1 | Sostituisce glifi a larghezza uniforme con glifi dalla spaziatura proporzionale.Replaces uniform width glyphs with proportionally spaced glyphs. |
Quarter | 5 | Sostituisce glifi a larghezza uniforme con glifi a un quarto di larghezza.Replaces uniform width glyphs with one-quarter width (one-quarter em) glyphs. |
Third | 4 | Sostituisce glifi a larghezza uniforme con glifi a un terzo di larghezza.Replaces uniform width glyphs with one-third width (one-third em) glyphs. |
Commenti
Se un tipo di carattere specificato non supporta un set di glifi specifico, vengono invece visualizzati i glifi predefiniti.If a specified font does not support a particular glyph set, the default glyphs are displayed instead.