Click here to Skip to main content
16,011,626 members
Home / Discussions / C#
   

C#

 
GeneralRe: DirectX Pin
Stefan Troschuetz6-Jul-04 3:48
Stefan Troschuetz6-Jul-04 3:48 
QuestionIs it possible to edit a bitmap programmatically? Pin
Pain_Elemental5-Jul-04 21:14
Pain_Elemental5-Jul-04 21:14 
AnswerRe: Is it possible to edit a bitmap programmatically? Pin
Dave Kreskowiak6-Jul-04 5:17
mveDave Kreskowiak6-Jul-04 5:17 
GeneralRe: Is it possible to edit a bitmap programmatically? Pin
Pain_Elemental6-Jul-04 19:50
Pain_Elemental6-Jul-04 19:50 
GeneralWanna Disscussion Forum Pin
RadhaKrishan5-Jul-04 21:14
RadhaKrishan5-Jul-04 21:14 
GeneralRe: Wanna Disscussion Forum Pin
Dave Kreskowiak6-Jul-04 4:57
mveDave Kreskowiak6-Jul-04 4:57 
QuestionList of installed fonts ? Pin
sachinkalse5-Jul-04 20:34
sachinkalse5-Jul-04 20:34 
AnswerRe: List of installed fonts ? Pin
Heath Stewart6-Jul-04 6:03
protectorHeath Stewart6-Jul-04 6:03 
You can get a list of the installed fonts by instantiating System.Drawing.Text.InstalledFontCollection. Enumerate through the FontFamilies array property. This information won't tell you about which character set the font supports, however. Character sets and fonts are two separate things. Perhaps there's a few bits in a font file that determine which charset a font supports, but I'm not aware of any.

The only way to tell is to either try drawing a character from that charset using that font and see if it works, or create some sort of font driver that lets you dig into the actual font data, which would be quite a feat since you need to somehow use the font handle to get the actual font file and examine the structure. Also keep in mind that there's many different types of font files, so this would be a very difficult task.

 

Microsoft MVP, Visual C#
My Articles
GeneralAdding extra attribute / event to web control Pin
Member 11955125-Jul-04 20:10
Member 11955125-Jul-04 20:10 
GeneralRe: Adding extra attribute / event to web control Pin
Colin Angus Mackay5-Jul-04 21:00
Colin Angus Mackay5-Jul-04 21:00 
QuestionHow to Invoke methods declared in the dynamically loaded Assembly? Pin
ganeshvijay5-Jul-04 19:46
ganeshvijay5-Jul-04 19:46 
AnswerRe: How to Invoke methods declared in the dynamically loaded Assembly? Pin
MKlucher5-Jul-04 20:52
MKlucher5-Jul-04 20:52 
GeneralCookie Pin
Moon Boy5-Jul-04 18:25
Moon Boy5-Jul-04 18:25 
GeneralRe: Cookie Pin
Heath Stewart5-Jul-04 19:03
protectorHeath Stewart5-Jul-04 19:03 
GeneralRe: Cookie Pin
Moon Boy5-Jul-04 19:07
Moon Boy5-Jul-04 19:07 
GeneralRe: Cookie Pin
Heath Stewart5-Jul-04 19:09
protectorHeath Stewart5-Jul-04 19:09 
GeneralRe: Cookie Pin
Moon Boy5-Jul-04 19:16
Moon Boy5-Jul-04 19:16 
QuestionHow to add Textbox's PasswordChar property in PropertyGrid Control? Pin
god4k5-Jul-04 15:48
god4k5-Jul-04 15:48 
AnswerRe: How to add Textbox's PasswordChar property in PropertyGrid Control? Pin
Heath Stewart5-Jul-04 18:17
protectorHeath Stewart5-Jul-04 18:17 
GeneralRe: How to add Textbox's PasswordChar property in PropertyGrid Control? Pin
god4k5-Jul-04 18:42
god4k5-Jul-04 18:42 
GeneralQuick bit field question Pin
benglish725-Jul-04 13:28
benglish725-Jul-04 13:28 
GeneralRe: Quick bit field question Pin
Mike Dimmick5-Jul-04 13:38
Mike Dimmick5-Jul-04 13:38 
GeneralRe: Quick bit field question Pin
benglish725-Jul-04 15:12
benglish725-Jul-04 15:12 
QuestionSQL Security Hole - am I vulnerable? Pin
Ian Bowler5-Jul-04 13:04
Ian Bowler5-Jul-04 13:04 
AnswerRe: SQL Security Hole - am I vulnerable? Pin
Mike Dimmick5-Jul-04 13:33
Mike Dimmick5-Jul-04 13:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.