FontFamilyMap 類別
定義
定義要針對指定的 Unicode 字碼指標集以及具有特定文化特性的語言使用哪個 FontFamily。Defines which FontFamily to use for a specified set of Unicode code points and a culture-specific language.
public ref class FontFamilyMap
public class FontFamilyMap
type FontFamilyMap = class
Public Class FontFamilyMap
- 繼承
-
FontFamilyMap
備註
FontFamilyMap也會指定縮放比例,允許 FontFamily 調整目標大小,使其更符合複合字型系列中所使用的其他字型大小。The FontFamilyMap also specifies a scale factor, allowing the target FontFamily size to be adjusted so that it better matches the size of other fonts used in the composite font family.
建構函式
FontFamilyMap() |
初始化 FontFamilyMap 類別的新執行個體。Initializes a new instance of the FontFamilyMap class. |
屬性
Language |
取得或設定 FontFamilyMap 之特定文化特性的語言。Gets or sets the culture-specific language for the FontFamilyMap. |
Scale |
取得或設定目標 FontFamily 的字型縮放因數。Gets or sets the font scale factor for the target FontFamily. |
Target |
取得或設定要套用 Unicode 範圍的目標字型系列名稱。Gets or sets the target font family name for which the Unicode range applies to. |
Unicode |
取得或設定字串值,這個值表示一個或多個 Unicode 字碼指標範圍。Gets or sets a string value representing one or more Unicode code point ranges. |
方法
Equals(Object) |
判斷指定的物件是否等於目前的物件。Determines whether the specified object is equal to the current object. (繼承來源 Object) |
GetHashCode() |
做為預設雜湊函式。Serves as the default hash function. (繼承來源 Object) |
GetType() |
取得目前執行個體的 Type。Gets the Type of the current instance. (繼承來源 Object) |
MemberwiseClone() |
建立目前 Object 的淺層複製。Creates a shallow copy of the current Object. (繼承來源 Object) |
ToString() |
傳回代表目前物件的字串。Returns a string that represents the current object. (繼承來源 Object) |