|
Altium C++ SDK 3.0
|
#include <EDP.PCB.Interfaces.h>
Public Member Functions | |
| bool | IsEmbedded () |
| bool | FontExists () |
| bool | IsSame (std::wstring const FaceName, bool const Bold, bool const Italic, int const CharSet) |
| std::wstring | GetState_FontFullName () |
| std::wstring | GetState_FontFaceName () |
| std::wstring | GetState_FontStyleName () |
| bool | GetState_Bold () |
| bool | GetState_Italic () |
| bool | GetState_CanEmbed () |
| long | GetState_EmbeddedFontHandle () |
| int | GetState_CharSet () |
| int | GetState_RefCount () |
| int | _AddRef () |
| int | _Release () |
| int PCB::IPCB_TTFontData::_AddRef | ( | ) |
| int PCB::IPCB_TTFontData::_Release | ( | ) |
| bool PCB::IPCB_TTFontData::FontExists | ( | ) |
| bool PCB::IPCB_TTFontData::GetState_Bold | ( | ) |
| bool PCB::IPCB_TTFontData::GetState_CanEmbed | ( | ) |
| int PCB::IPCB_TTFontData::GetState_CharSet | ( | ) |
| long PCB::IPCB_TTFontData::GetState_EmbeddedFontHandle | ( | ) |
| std::wstring PCB::IPCB_TTFontData::GetState_FontFaceName | ( | ) |
| std::wstring PCB::IPCB_TTFontData::GetState_FontFullName | ( | ) |
| std::wstring PCB::IPCB_TTFontData::GetState_FontStyleName | ( | ) |
| bool PCB::IPCB_TTFontData::GetState_Italic | ( | ) |
| int PCB::IPCB_TTFontData::GetState_RefCount | ( | ) |
| bool PCB::IPCB_TTFontData::IsEmbedded | ( | ) |
| bool PCB::IPCB_TTFontData::IsSame | ( | std::wstring const | FaceName, |
| bool const | Bold, | ||
| bool const | Italic, | ||
| int const | CharSet ) |