| 名前 | 解説 | |
|---|---|---|
![]() | BidiLevel | Gets the bidi level of the text, if BidiLevel % 2 != 0 then it is RightToLeft text. |
![]() | DWFontFamilyName | Gets the DirectWrite font family name. This is name that was used in DW.FontCollection.FindFamilyName(...) method to retrive DW.FontFamily. See comments for GdiFontName. |
![]() | DWFontStretch | Gets the DirectWrite font stretch. This value was used in DW.FontFamily.GetFirstMatchingFont(...) method to retrive DW.Font. |
![]() | DWFontStyle | Gets the DirectWrite font style. This value was used in DW.FontFamily.GetFirstMatchingFont(...) method to retrive DW.Font. |
![]() | DWFontWeight | Gets the DirectWrite font weight. This value was used in DW.FontFamily.GetFirstMatchingFont(...) method to retrive DW.Font. |
![]() | FontEmSize | Gets the font size in DIPs, 1/96 inch. |
![]() | GdiFontName | Gets the GDI font name. This name should be used to get GDI font handle. For example, "Arial Narrow" font. In DirectWrite it converted to "Arial" font family and Condenced FontStretch. In GDI it should be created with "Arial Narrow" font and FontStretch is not used in GDI font system. |
![]() | IsSideways | Gets a value indicating whether the text is vertical like japanese for example. |

