Home
C# / C Sharp
2D Graphics
Class Interface
Collections Data Structure
Components
Data Types
Database ADO.net
Date Time
Design Patterns
Development Class
Event
File Stream
Generics
GUI Windows Form
Internationalization I18N
Language Basics
LINQ
Network
Office
Reflection
Regular Expressions
Security
Services Event
Thread
Web Services
Windows
Windows Presentation Foundation
XML
XML LINQ
Font « GUI Windows Form « C# / C Sharp
C# / C Sharp
GUI Windows Form
Font
1.
All font properties
2.
new Font("Times New Roman", 10, FontStyle.Italic)
3.
new Font(strFont, fSize)
4.
new Font(fontRegular, FontStyle.Italic);
5.
Text on Baseline
6.
Font: SizeInPoints
7.
Font with different size
8.
Font: GetHeight
9.
System Fonts: Icon Title Font
10.
Load all system installed fonts
11.
Timer based animation for font
12.
Get all system installed font
13.
Font list