Altium C++ SDK 3.0
Loading...
Searching...
No Matches
SCH::ISch_FontManager Struct Reference

#include <EDP.SCH.Interfaces.h>

Inheritance diagram for SCH::ISch_FontManager:

Public Member Functions

int GetState_DefaultHorizontalSysFontId ()
int GetState_DefaultVerticalSysFontId ()
int GetState_FontCount ()
int GetState_Rotation (int AnId)
int GetState_Size (int AnId)
bool GetState_Italic (int AnId)
bool GetState_Bold (int AnId)
bool GetState_UnderLine (int AnId)
bool GetState_StrikeOut (int AnId)
bool GetState_SaveFlag (int AnId)
std::wstring GetState_FontName (int AnId)
int GetFontID (int Size, int Rotation, bool Underline, bool Italic, bool Bold, bool StrikeOut, std::wstring const FontName)
void GetFontSpec (int FontID, int *Size, int *Rotation, bool *Underline, bool *Italic, bool *Bold, bool *StrikeOut, std::wstring *FontName)
int GetFontSize (int FontID)
bool IsFontVertical (int FontID)
bool Import_FromUser (int *FontID)

Member Function Documentation

◆ GetFontID()

int SCH::ISch_FontManager::GetFontID ( int Size,
int Rotation,
bool Underline,
bool Italic,
bool Bold,
bool StrikeOut,
std::wstring const FontName )

◆ GetFontSize()

int SCH::ISch_FontManager::GetFontSize ( int FontID)

◆ GetFontSpec()

void SCH::ISch_FontManager::GetFontSpec ( int FontID,
int * Size,
int * Rotation,
bool * Underline,
bool * Italic,
bool * Bold,
bool * StrikeOut,
std::wstring * FontName )

◆ GetState_Bold()

bool SCH::ISch_FontManager::GetState_Bold ( int AnId)

◆ GetState_DefaultHorizontalSysFontId()

int SCH::ISch_FontManager::GetState_DefaultHorizontalSysFontId ( )

◆ GetState_DefaultVerticalSysFontId()

int SCH::ISch_FontManager::GetState_DefaultVerticalSysFontId ( )

◆ GetState_FontCount()

int SCH::ISch_FontManager::GetState_FontCount ( )

◆ GetState_FontName()

std::wstring SCH::ISch_FontManager::GetState_FontName ( int AnId)

◆ GetState_Italic()

bool SCH::ISch_FontManager::GetState_Italic ( int AnId)

◆ GetState_Rotation()

int SCH::ISch_FontManager::GetState_Rotation ( int AnId)

◆ GetState_SaveFlag()

bool SCH::ISch_FontManager::GetState_SaveFlag ( int AnId)

◆ GetState_Size()

int SCH::ISch_FontManager::GetState_Size ( int AnId)

◆ GetState_StrikeOut()

bool SCH::ISch_FontManager::GetState_StrikeOut ( int AnId)

◆ GetState_UnderLine()

bool SCH::ISch_FontManager::GetState_UnderLine ( int AnId)

◆ Import_FromUser()

bool SCH::ISch_FontManager::Import_FromUser ( int * FontID)

◆ IsFontVertical()

bool SCH::ISch_FontManager::IsFontVertical ( int FontID)

The documentation for this struct was generated from the following file: