Aspose::Page::XPS::XpsDocument::CreateGlyphs メソッド

XpsDocument::CreateGlyphs(System::SharedPtr<XpsModel::XpsFont>, float, float, float, System::String) method

新しいグリフを作成します。

System::SharedPtr<XpsModel::XpsGlyphs> Aspose::Page::XPS::XpsDocument::CreateGlyphs(System::SharedPtr<XpsModel::XpsFont> font, float fontRenderingEmSize, float originX, float originY, System::String unicodeString)
パラメーター説明
fontSystem::SharedPtr<XpsModel::XpsFont>Font リソース。
fontRenderingEmSizefloatFont サイズ。
originX単精度浮動小数点数グリフの原点 X 座標。
originY単精度浮動小数点数グリフの原点 Y 座標。
unicodeStringSystem::String印刷する文字列。

ReturnValue

新しいグリフ。

参照

XpsDocument::CreateGlyphs(System::String, float, System::Drawing::FontStyle, float, float, System::String) method

新しいグリフを作成します。

System::SharedPtr<XpsModel::XpsGlyphs> Aspose::Page::XPS::XpsDocument::CreateGlyphs(System::String fontFamily, float fontRenderingEmSize, System::Drawing::FontStyle fontStyle, float originX, float originY, System::String unicodeString)
パラメーター説明
fontFamilySystem::StringFont ファミリ。
fontRenderingEmSizefloatFont サイズ。
fontStyleSystem::Drawing::FontStyleFont スタイル。
originX単精度浮動小数点数グリフの原点 X 座標。
originY単精度浮動小数点数グリフの原点 Y 座標。
unicodeStringSystem::String印刷する文字列。

ReturnValue

新しいグリフ。

参照