System::Drawing::FontFamily::IsStyleAvailable 方法
FontFamily::IsStyleAvailable method
确定指定的字体样式是否可用。
bool System::Drawing::FontFamily::IsStyleAvailable(FontStyle style)
| 参数 | 类型 | 描述 |
|---|---|---|
| 样式 | FontStyle | 要测试的字体样式 |
ReturnValue
如果指定的字体样式可用则为 true,否则为 false
另见
- Enum FontStyle
- Class FontFamily
- Namespace System::Drawing
- Library Aspose.Font for C++