CharacterMetrics Sınıf
Tanım
Bir cihaz yazı tipinde bir karakter düzenlemek için kullanılan ölçümleri temsil eder.Represents the metrics used to lay out a character in a device font.
public ref class CharacterMetrics
public class CharacterMetrics
type CharacterMetrics = class
Public Class CharacterMetrics
- Devralma
-
CharacterMetrics
Oluşturucular
CharacterMetrics() |
CharacterMetrics sınıfının yeni bir örneğini başlatır.Initializes a new instance of the CharacterMetrics class. |
CharacterMetrics(String) |
CharacterMetricsÖlçümleri bir dize olarak belirterek sınıfının yeni bir örneğini başlatır.Initializes a new instance of the CharacterMetrics class by specifying the metrics as a string. |
Özellikler
Baseline |
Karakterin taban çizgisi değerini alır.Gets the baseline value for the character. |
BlackBoxHeight |
Karakterin siyah kutusunun yüksekliğini alır.Gets the height of the black box for the character. |
BlackBoxWidth |
Karakterin siyah kutusunun genişliğini alır.Gets the width of the black box for the character. |
BottomSideBearing |
Siyah kutunun altındaki önerilen boşluğu alır.Gets the recommended white space below the black box. |
LeftSideBearing |
Siyah kutunun solunda önerilen boşluğu alır.Gets the recommended white space to the left of the black box. |
Metrics |
Ölçüm değerlerini temsil eden bir virgülle ayrılmış dize alır veya ayarlar.Gets or sets a comma-delimited string representing metric values. |
RightSideBearing |
Siyah kutunun sağında önerilen boşluğu alır.Gets the recommended white space to the right of the black box. |
TopSideBearing |
Siyah kutunun üzerinde önerilen boşluğu alır.Gets the recommended white space above the black box. |
Yöntemler
Equals(Object) |
Belirtilen CharacterMetrics nesnenin geçerli nesneye eşit olup olmadığını belirler CharacterMetrics .Determines whether the specified CharacterMetrics object is equal to the current CharacterMetrics object. |
GetHashCode() |
Nesnenin ölçüm değerlerinden bir karma kodu oluşturur CharacterMetrics .Creates a hash code from the metric values of the CharacterMetrics object. |
GetType() |
TypeGeçerli örneği alır.Gets the Type of the current instance. (Devralındığı yer: Object) |
MemberwiseClone() |
Geçerli bir basit kopyasını oluşturur Object .Creates a shallow copy of the current Object. (Devralındığı yer: Object) |
ToString() |
Geçerli nesneyi temsil eden dizeyi döndürür.Returns a string that represents the current object. (Devralındığı yer: Object) |