Typeface.IsObliqueSimulated Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether to simulate an italic style for the glyphs represented by the Typeface.
public:
property bool IsObliqueSimulated { bool get(); };
public bool IsObliqueSimulated { get; }
member this.IsObliqueSimulated : bool
Public ReadOnly Property IsObliqueSimulated As Boolean
Property Value
true
if italic simulation is used for glyphs; otherwise, false
.
Remarks
A Typeface can simulate an italic style by shearing, or slanting, a glyph. A non-simulated italic typeface is typically designed to have a better visual appearance than a simulated italic typeface.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.